Crate actix_http[][src]

Expand description

HTTP primitives for the Actix ecosystem.

Re-exports

pub use cookie;
pub use self::error::Error;
pub use self::error::ResponseError;
pub use self::error::Result;
pub use self::httpmessage::HttpMessage;

Modules

Http client api

Content-Encoding support

Error and Result module

HTTP/1 implementation

HTTP/2 implementation

Various HTTP related types

Test Various helpers for Actix applications to use during testing.

WebSocket protocol support.

Macros

Structs

A type map of request extensions.

A ServiceFactory for HTTP/1.1 or HTTP/2 protocol.

A HTTP service builder

Request

An HTTP Response

An HTTP response builder

Http service configuration

Enums

Server keep-alive setting

Type represent streaming payload

Http protocol

Type Definitions

Type represent boxed payload