mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
48 lines
1.2 KiB
ReStructuredText
48 lines
1.2 KiB
ReStructuredText
|
LSQUIC Documentation
|
||
|
====================
|
||
|
|
||
|
This is the documentation for LSQUIC_ |release|, last updated |today|.
|
||
|
|
||
|
Introduction
|
||
|
------------
|
||
|
|
||
|
LiteSpeed QUIC (LSQUIC) Library is an open-source implementation of QUIC
|
||
|
and HTTP/3 functionality for servers and clients. LSQUIC is:
|
||
|
|
||
|
- fast;
|
||
|
|
||
|
- flexible; and
|
||
|
|
||
|
- production-ready.
|
||
|
|
||
|
Most of the code in this distribution has been used in our own products
|
||
|
-- `LiteSpeed Web Server`_, `LiteSpeed Web ADC`_, and OpenLiteSpeed_ --
|
||
|
since 2017.
|
||
|
|
||
|
Currently supported QUIC versions are Q043, Q046, Q050, ID-24, and ID-25.
|
||
|
Support for newer versions will be added soon after they are released.
|
||
|
|
||
|
LSQUIC is licensed under the `MIT License`_; see LICENSE in the source
|
||
|
distribution for details.
|
||
|
|
||
|
.. _LSQUIC: https://github.com/litespeedtech/lsquic
|
||
|
.. _`MIT License`: http://www.opensource.org/licenses/mit-license.php
|
||
|
.. _`LiteSpeed Web Server`: https://www.litespeedtech.com/products/litespeed-web-server/
|
||
|
.. _`LiteSpeed Web ADC`: https://www.litespeedtech.com/products/litespeed-web-adc/
|
||
|
.. _OpenLiteSpeed: https://openlitespeed.org/
|
||
|
|
||
|
Contents
|
||
|
--------
|
||
|
|
||
|
.. toctree::
|
||
|
:maxdepth: 2
|
||
|
|
||
|
gettingstarted
|
||
|
apiref
|
||
|
|
||
|
Indices and tables
|
||
|
==================
|
||
|
|
||
|
* :ref:`genindex`
|
||
|
* :ref:`search`
|