pylsqpack
=========

``pylsqpack`` is a wrapper around the `ls-qpack`_ library. It provides Python
`Decoder` and `Encoder` objects to read or write HTTP/3 headers compressed
with QPACK.

.. automodule:: pylsqpack

    .. autoclass:: Decoder
        :members:

    .. autoclass:: Encoder
        :members:


.. _ls-qpack: https://github.com/litespeedtech/ls-qpack/
