Module actix_http::client[][src]

Expand description

HTTP client.

Re-exports

pub use crate::Protocol;

Structs

Manages HTTP client network connectivity.

Connection info.

Enums

A set of errors that can occur while connecting to an HTTP host

Unified connection type cover Http1 Plain/Tls and Http2 protocols

A set of errors that can occur during freezing a request

A set of errors that can occur during request sending and response reading

Traits

Type Definitions

Connector service for pooled Plain/Tls Tcp connections.