ClientHttpMessage

final implicit
class ClientHttpMessage(message: HttpMessage) extends AnyVal

Adds client extensions to HttpMessage.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Gets absolute target.

Gets absolute target.

The absolute target (i.e., absolute URI) is assigned to each outgoing request and later reassigned to its incoming response.

Gets client to which this message belongs.

Gets client to which this message belongs.

def correlate: String

Gets message correlate.

Gets message correlate.

Each outgoing request is assigned a tag (i.e., correlate), which is later reassigned to its incoming response.

def socket: Socket

Gets message socket.

Gets message socket.