logo
Expand description

Http

Re-exports

pub use cookie;
pub use headers;
pub use request::Request;
pub use response::Response;

Modules

error module.

form

HTTP header types

The HTTP request method

Http response.

Http response.

URI component of request and response lines

HTTP version

Structs

A set of HTTP headers

Represents an HTTP header field value.

HttpError contains http error information.

HTTP Range header representation.

The Request Method (VERB)

A parsed mime or media type.

An HTTP status code (status-code in RFC 7230 et al.).

Enums

ReadError, errors happened when read data from http request.

Traits

Trait representing a streaming body of a Request or Response.