Function reverse_proxy_service::client::https_default
source · pub fn https_default<B>() -> Client<NativeTlsConnector<HttpConnector>, B>where
B: HttpBody + Send,
B::Data: Send,
Available on (crate features
http1
or http2
) and (crate features https
or nativetls
) only.Expand description
Alias to nativetls_default()
.