pub fn builder_http<B, A>(
authority: A,
) -> Result<Builder<HttpConnector, B>, Error>
Available on crate features
http1
or http2
only.Expand description
Builder of ReusedService
, with client::http_default()
.
For the meaning of “authority”, refer to the documentation of Uri
.