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
http1
orhttp2
A builder to configure a newClient
. - Client
http1
orhttp2
A Client to make outgoing HTTP requests. - Error
http1
orhttp2
Client errors - Response
Future http1
orhttp2
AFuture
that will resolve to an HTTP Response.