
Library for the QUIC network protocol in Python. It features a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
QUIC was standardised in `RFC 9000`_ and HTTP/3 in `RFC 9114`_. ``aioquic`` is regularly tested for interoperability against other `QUIC implementations`_.
Features -------- - QUIC stack conforming with `RFC 9000`_ - HTTP/3 stack conforming with `RFC 9114`_ - minimal TLS 1.3 implementation conforming with `RFC 8446`_ - IPv4 and IPv6 support - connection migration and NAT rebinding - logging TLS traffic secrets - logging QUIC events in QLOG format - HTTP/3 server push support