Module actix_http::client[][src]

Expand description

Http client api

Structs

Manages http client network connectivity The Connector type uses a builder-like combinator pattern for service construction that finishes by calling the .finish() method.

Enums

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

A set of errors that can occur during freezing a request

Protocol version

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

Traits