Module hyper::http::message
[−]
[src]
Defines the HttpMessage
trait that serves to encapsulate the operations of a single
request-response cycle on any HTTP connection.
Structs
RequestHead |
Describes a request. |
ResponseHead |
Describes a response. |
Traits
HttpMessage |
The trait provides an API for sending an receiving HTTP messages. |
Protocol |
The trait provides an API for creating new |