Available on crate features http1 or http2 only.
Expand description

Includes helper functions to build Clients, and some re-exports from hyper::client or hyper_tls.

Structs

A builder to configure a new Client.
A Client to make outgoing HTTP requests.
A connector for the http scheme.
A Connector for the https scheme.

Functions

Same as Client::new(), except for the B parameter.
With the default HttpsConnector.
Default builder and given connector.