h2 icon indicating copy to clipboard operation
h2 copied to clipboard

A proper asyncio based HTTP/2 client example code

Open Aniketh01 opened this issue 5 years ago • 0 comments

There are multiple examples of server implementations that could be done with hyper-h2 but I rarely find any proper example for developer's reference on how the client could be prepared with asyncio.

It would be nice to add a complete example client using HTTP/2.

Aniketh01 avatar Sep 21 '20 17:09 Aniketh01