SDSM-for-SDI / docs / h3.rst
h3.rst
Raw
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:: H3Event
        :members:

    .. autoclass:: DataReceived
        :members:

    .. autoclass:: HeadersReceived
        :members:

    .. autoclass:: PushPromiseReceived
        :members:


Exceptions
----------

.. automodule:: aioquic.h3.exceptions

    .. autoclass:: H3Error
        :members:

    .. autoclass:: NoAvailablePushIDError
        :members: