Skip to main content

HyperNativeTls

Type Alias HyperNativeTls 

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

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

Aliased Type§

pub struct HyperNativeTls { /* private fields */ }

Trait Implementations§

Source§

impl DefaultConstructibleHttpClient for HyperNativeTls

Source§

fn default() -> Self

Creates a new HTTP client with default configuration.