[go: up one dir, main page]

Module http2

Module http2 

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

HTTP/2 client connections

Structs§

Builder
A builder to configure an HTTP connection.
Connection
A future that processes all HTTP state for the IO object.
SendRequest
The sender side of an established connection.

Functions§

handshake
Returns a handshake future over some IO.