Transport layer interface expected by the user agent core.
Signature:
export interface Transport
The transport layer is responsible for the actual transmission of requests and responses over network transports. This includes determination of the connection to use for a request or response in the case of connection-oriented transports. https://tools.ietf.org/html/rfc3261\#section-18
Property | Modifiers | Type | Description |
---|---|---|---|
protocol | string | The transport protocol. |
Method | Description |
---|---|
send(message) | Send a message. |