Module hyper::http::h1

source ·
Expand description

Adapts the HTTP/1.1 implementation into the HttpMessage API.

Structs

An implementation of the HttpMessage trait for HTTP/1.1.
The Protocol implementation provides HTTP/1.1 messages.
An Incoming Message head. Includes request/status line, and headers.

Enums

Readers to handle different Transfer-Encodings.
Writers to handle different Transfer-Encodings.

Constants

The \r byte.
The \n byte.
The bytes \r\n.

Functions

Parses a request into an Incoming message head.
Parses a response into an Incoming message head.