Module hyper_util::client::legacy
source · Available on crate features
client and client-legacy only.Expand description
Legacy implementations of connect module and Client
Modules
- Connectors used by the
Client.
Structs
- Builder
http1orhttp2A builder to configure a newClient. - Client
http1orhttp2A Client to make outgoing HTTP requests. - Error
http1orhttp2Client errors - ResponseFuture
http1orhttp2AFuturethat will resolve to an HTTP Response.