Module hyper::client::conn::http1

source ·
Available on crate feature client and (crate features http1 or http2) only.
Expand description

HTTP/1 client connections

Structs§

  • A builder to configure an HTTP connection.
  • A future that processes all HTTP state for the IO object.
  • Deconstructed parts of a Connection.
  • The sender side of an established connection.

Functions§

  • Returns a handshake future over some IO.