Module client

Module client 

Source
Expand description

The module contains implementations of HTTP/2 clients that could be directly used to access HTTP/2 servers, i.e. send requests and read responses.

Structsยง

Client
A struct representing an HTTP/2 client that receives responses to its requests asynchronously. Additionally, this client can be cloned and all clones can issue (concurrently) requests to the server, using the same underlying HTTP/2 connection.
SimpleClient
A struct implementing a simple HTTP/2 client.