👎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§
- Hyper
Client Builder - Builder for a hyper-backed
HttpClientimplementation. - Hyper
Connector HttpConnectorthat uses [hyper_0_14] to make HTTP requests.- Hyper
Connector Builder - Builder for
HyperConnector.
Functions§
- default_
client - Creates a hyper-backed HTTPS client from defaults depending on what cargo features are activated.
- default_
connector - Given
HttpConnectorSettingsand anSharedAsyncSleep, create aSharedHttpConnectorfrom defaults depending on what cargo features are activated.