pub type HyperNativeTls = Hyper<HttpsConnector<HttpConnector>>;Available on crate feature
hyper-native-tls only.Expand description
A hyper HTTP client using native-tls for TLS support.
Aliased Type§
pub struct HyperNativeTls { /* private fields */ }Trait Implementations§
Source§impl DefaultConstructibleHttpClient for HyperNativeTls
Available on crate feature hyper only.
impl DefaultConstructibleHttpClient for HyperNativeTls
Available on crate feature
hyper only.