pub fn nativetls_default<B>() -> Client<NativeTlsConnector<HttpConnector>, B>
Available on (crate features
http1
or http2
) and crate feature nativetls
only.Expand description
With the default hyper_tls::HttpsConnector
.