Module actix_http::http[][src]

Expand description

Various HTTP related types.

Re-exports

pub use crate::header::HeaderMap;

Modules

A collection of HTTP headers and helpers.

URI component of request and response lines

Structs

A generic “error” for HTTP connections

Represents an HTTP header field name

Represents an HTTP header field value.

The Request Method (VERB)

Represents the path component of a URI

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

The URI component of a request.

Represents a version of the HTTP spec.

Enums

Represents various types of connection

Represents a supported content encoding.