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§

  • Builderhttp1 or http2
    A builder to configure a new Client.
  • Clienthttp1 or http2
    A Client to make outgoing HTTP requests.
  • Errorhttp1 or http2
    Client errors
  • ResponseFuturehttp1 or http2
    A Future that will resolve to an HTTP Response.