h2
h2 copied to clipboard
A proper asyncio based HTTP/2 client example code
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.