Available on crate features
client
and client-legacy
only.Expand description
Legacy implementations of connect
module and Client
Modules§
- connect
- Connectors used by the
Client
.
Structs§
- Builder
http1
orhttp2
- A builder to configure a new
Client
. - Client
http1
orhttp2
- A Client to make outgoing HTTP requests.
- Error
http1
orhttp2
- Client errors
- Response
Future http1
orhttp2
- A
Future
that will resolve to an HTTP Response.