Module reverse_proxy_service::client
source · Available on crate features
http1
or http2
only.Expand description
Includes helper functions to build Client
s, and some re-exports from hyper::client
or
hyper_tls
.
Structs
A Client to make outgoing HTTP requests.
A connector for the
http
scheme.A Connector for the
https
scheme.Functions
Same as
Client::new()
, except for the B
parameter.With the default
HttpsConnector
.Default builder and given connector.