Type Alias aws_smithy_client::conns::NativeTls
source · pub type NativeTls = HttpsConnector<HttpConnector>;Expand description
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.
Aliased Type§
struct NativeTls { /* private fields */ }