logo
pub type HyperNativeTls = Client<HttpsConnector<HttpConnector<GaiResolver>>, Body>;
Available on crate features client and hyper-native-tls only.
Expand description

A hyper HTTP client using native-tls for TLS support.