Module ntex::http[][src]

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

Websockets protocol helpers

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

Server keep-alive setting

Type represent streaming payload

Http protocol

Traits

Trait that implements general purpose operations on http messages

Type Definitions

Type represent boxed payload