Welcome to aioquic
        
            This is a test page for aioquic,
            a QUIC and HTTP/3 implementation written in Python.
        
{% if request.scope["http_version"] == "3" %}
        
            Congratulations, you loaded this page using HTTP/3!
        
{% endif %}
        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".