Expand description
HTTP/2 client implementation, and utilities to establish an HTTP/2 connection over TCP or TLS.
Structs§
- Http2
- An HTTP/2 client that can connect to a server and send HTTP requests/receive HTTP responses.
Functions§
- connect
- Establish a connection to an HTTP/2 server over an existing connection.
- connect_
tcp - Establish an HTTP/2 connection to the server at the given
urlover plaintext TCP. - connect_
tls - Establish an HTTP/2 connection to the server at the given
urlover encrypted TLS.