asyncio API¶
The asyncio API provides a high-level QUIC API built on top of asyncio,
Python’s standard asynchronous I/O framework.
aioquic comes with a selection of examples, including:
an HTTP/3 client
an HTTP/3 server
The examples can be browsed on GitHub:
https://github.com/aiortc/aioquic/tree/main/examples