Welcome to aioquic
This is a test page for aioquic,
a QUIC and HTTP/3 implementation written in Python.
Available endpoints
- GET / returns the homepage
- GET /NNNNN returns NNNNN bytes of plain text
- POST /echo returns the request data
-
CONNECT /ws runs a WebSocket echo service.
You must set the :protocol pseudo-header to "websocket".
-
CONNECT /wt runs a WebTransport echo service.
You must set the :protocol pseudo-header to "webtransport".