Expand description

Type aliases for standard connection types.

Structs

Functions

  • Given ConnectorSettings and an SharedAsyncSleep, create a DynConnector from defaults depending on what cargo features are activated.
  • Return a default HTTPS connector backed by the rustls crate.
  • Converts an optional connector to a result.

Type Definitions

  • A hyper connector that uses the rustls crate for TLS. To use this in a smithy client, wrap it in a hyper_ext::Adapter.
  • A smithy connector that uses the rustls crate for TLS.