[][src]Module actix_http::client

Http client api

Structs

Connector

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

ConnectError

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

InvalidUrl
SendRequestError

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

Traits

Connection