Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 582 Bytes

h3.rst

File metadata and controls

32 lines (21 loc) · 582 Bytes

HTTP/3 API

The HTTP/3 API performs no I/O on its own, leaving this to the API user. This allows you to integrate HTTP/3 in any Python application, regardless of the concurrency model you are using.

Connection

.. automodule:: aioquic.h3.connection

    .. autoclass:: H3Connection
        :members:


Events

.. automodule:: aioquic.h3.events

    .. autoclass:: HttpEvent
        :members:

    .. autoclass:: DataReceived
        :members:

    .. autoclass:: RequestReceived
        :members:

    .. autoclass:: ResponseReceived
        :members: