Type Alias ruma::client::http_client::HyperNativeTls
source · 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 */ }