Type Alias ruma_client::http_client::HyperNativeTls

source ·
pub type HyperNativeTls = Hyper<HttpsConnector<HttpConnector>>;
Available on crate features hyper and hyper-native-tls only.
Expand description

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

Aliased Type§

struct HyperNativeTls { /* private fields */ }

Trait Implementations§

source§

impl DefaultConstructibleHttpClient for HyperNativeTls

source§

fn default() -> Self

Creates a new HTTP client with default configuration.