👎Deprecated: hyper 0.14.x connector is deprecated, please use the 
aws-smithy-http-client crate directly instead.Expand description
Default HTTP and TLS connectors that use hyper 0.14.x and rustls.
This module is named after the hyper version number since we anticipate needing to provide equivalent functionality for hyper 1.x in the future.
Structs§
- HyperClient Builder 
- Builder for a hyper-backed HttpClientimplementation.
- HyperConnector 
- HttpConnectorthat uses- hyper_0_14to make HTTP requests.
- HyperConnector 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.