pub fn https_default<B>() -> Client<HttpsConnector<HttpConnector>, B>where
    B: HttpBody + Send,
    B::Data: Send,
Available on (crate features http1 or http2) and crate feature https only.
Expand description

With the default HttpsConnector.