Crate ntex_http

source ·
Expand description

Http protocol support.

Re-exports

pub use self::error::Error;

Modules

Various http headers
URI component of request and response lines

Structs

A set of HTTP headers
Represents an HTTP header field name
Represents an HTTP header field value.
The Request Method (VERB)
An HTTP status code (status-code in RFC 7230 et al.).
The URI component of a request.
Represents a version of the HTTP spec.