Type Definition ruma::client::http_client::HyperNativeTls[][src]

pub type HyperNativeTls = Client<HttpsConnector<HttpConnector<GaiResolver>>, Body>;
This is supported on crate feature client only.
Expand description

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