Module aws_smithy_runtime::client::http::hyper_014

source ·
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§

Functions§

  • Creates a hyper-backed HTTPS client from defaults depending on what cargo features are activated.
  • Given HttpConnectorSettings and an SharedAsyncSleep, create a SharedHttpConnector from defaults depending on what cargo features are activated.