pub fn builder_nativetls<B, A>(
authority: A,
) -> Result<Builder<HttpsConnector<HttpConnector>, B>, Error>Available on crate feature
nativetls and (crate features http1 or http2) only.Expand description
Builder of ReusedService, with client::nativetls_default().
For the meaning of “authority”, refer to the documentation of Uri.
§Errors
When authority cannot be converted into an Authority.