Module hyper::http
[−]
[src]
Pieces pertaining to the HTTP message protocol.
Structs
Incoming |
An Incoming Message head. Includes request/status line, and headers. |
RawStatus |
The raw status code and reason-phrase. |
Enums
HttpReader |
Readers to handle different Transfer-Encodings. |
HttpWriter |
Writers to handle different Transfer-Encodings. |
Constants
CR | |
LF | |
LINE_ENDING | |
SP | |
STAR |
Functions
parse_request |
Parses a request into an Incoming message head. |
parse_response |
Parses a response into an Incoming message head. |
should_keep_alive |
Checks if a connection should be kept alive. |