Expand description
Defines the HttpMessage trait that serves to encapsulate the operations of a single
request-response cycle on any HTTP connection.
Structs
- Describes a request.
- Describes a response.
Traits
- The trait provides an API for sending an receiving HTTP messages.
- The trait provides an API for creating new
HttpMessages depending on the underlying HTTP protocol.