[−][src]Module hyper::http
Pieces pertaining to the HTTP message protocol.
Re-exports
pub use self::message::HttpMessage; |
pub use self::message::RequestHead; |
pub use self::message::ResponseHead; |
pub use self::message::Protocol; |
Modules
h1 |
Adapts the HTTP/1.1 implementation into the |
message |
Defines the |
Structs
RawStatus |
The raw status code and reason-phrase. |
Functions
should_keep_alive |
Checks if a connection should be kept alive. |