pub type HyperNativeTls = Client<HttpsConnector<HttpConnector>, Full<Bytes>>;
Available on crate features
client
and hyper-native-tls
only.Expand description
A hyper HTTP client using native-tls for TLS support.
Aliased Typeยง
struct HyperNativeTls { /* private fields */ }