Expand description

Type aliases for standard connection types.

Functions

  • Return a default HTTPS connector backed by the rustls crate.
  • Return a default HTTPS connector backed by the hyper_tls crate.

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 hyper connector that uses the native-tls 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.