Module hyper::http
[−]
[src]
Pieces pertaining to the HTTP message protocol.
Reexports
pub use self::message::{HttpMessage, RequestHead, ResponseHead, Protocol}; |
Modules
h1 |
Adapts the HTTP/1.1 implementation into the |
h2 |
Adapts 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. |