blob: 773768135cef749d744f7bbb82d52508486bbacf (
plain) (
blame)
1
2
3
4
5
6
7
8
|
aioh2 is an HTTP/2 implementation with hyper-h2 on Python 3 asyncio.
Features:
- Asynchronous HTTP/2 client and server
- Multiplexing streams of data with managed flow and priority control
- Optional tickless health check
WWW: https://github.com/decentfox/aioh2
|