Module aws_smithy_client::conns
source · Expand description
Type aliases for standard connection types.
Functions
- Return a default HTTPS connector backed by the
hyper_tls
crate.
Type Aliases
- A
hyper
connector that uses thenative-tls
crate for TLS. To use this in a smithy client, wrap it in a hyper_ext::Adapter.