👎Deprecated: hyper 0.14.x support is deprecated, please migrate to 1.x client
Expand description
Legacy HTTP and TLS connectors that use hyper 0.14.x and rustls.
Structs§
- Builder for a hyper-backed
HttpClient
implementation. HttpConnector
that useshyper_0_14
to make HTTP requests.- Builder for
HyperConnector
.
Functions§
- Creates a hyper-backed HTTPS client from defaults depending on what cargo features are activated.
- Given
HttpConnectorSettings
and anSharedAsyncSleep
, create aSharedHttpConnector
from defaults depending on what cargo features are activated.