Module ntex::http

source · []
Expand description

Http protocol support.

Re-exports

pub use self::client::Client;
pub use self::error::ResponseError;

Modules

HTTP Client
Content-Encoding support
Http related errors
HTTP/1 implementation
HTTP/2 implementation
Various http headers
Test helpers to use during testing.
URI component of request and response lines

Structs

A set of HTTP headers
ServiceFactory HTTP1.1/HTTP2 transport implementation
A http service builder
The Request Method (VERB)
Request
An HTTP Response
An HTTP response builder
Http service configuration
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
Http protocol definition
Server keep-alive setting
Type represent streaming payload

Traits

Trait that implements general purpose operations on http messages

Type Definitions

Type represent boxed payload