python-hyper / h2

HTTP/2 State-Machine based protocol implementation
https://h2.readthedocs.io/en/stable
MIT License
963 stars 151 forks source link

A proper asyncio based HTTP/2 client example code #1239

Open Aniketh01 opened 4 years ago

Aniketh01 commented 4 years ago

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.