Module hyper::http::h1
[−]
[src]
Adapts the HTTP/1.1 implementation into the HttpMessage
API.
Structs
EndError | |
Http11Message |
An implementation of the |
Http11Protocol |
The |
Incoming |
An Incoming Message head. Includes request/status line, and headers. |
Enums
HttpReader |
Readers to handle different Transfer-Encodings. |
HttpWriter |
Writers to handle different Transfer-Encodings. |
Constants
CR |
The |
LF |
The |
LINE_ENDING |
The bytes |
Functions
parse_request |
Parses a request into an Incoming message head. |
parse_response |
Parses a response into an Incoming message head. |