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