ClientHttpMessage

scamper.http.client.ClientHttpMessage
final class ClientHttpMessage(message: HttpMessage) extends AnyVal

Adds client extensions to HttpMessage.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

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.

Attributes

Gets client to which this message belongs.

Gets client to which this message belongs.

Attributes

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.

Attributes

def socket: Socket

Gets message socket.

Gets message socket.

Attributes