index.rst revision fb73393f
1LSQUIC Documentation
2====================
3
4This is the documentation for LSQUIC_ |release|, last updated |today|.
5
6LiteSpeed QUIC (LSQUIC) Library is an open-source implementation of QUIC
7and HTTP/3 functionality for servers and clients.  LSQUIC is:
8
9- fast;
10
11- flexible; and
12
13- production-ready.
14
15Most of the code in this distribution has been  used in our own products
16-- `LiteSpeed Web Server`_, `LiteSpeed Web ADC`_, and OpenLiteSpeed_ --
17since 2017.
18
19Currently supported QUIC versions are Q043, Q046, Q050, ID-27, and ID-28.
20Support for newer versions will be added soon after they are released.
21
22LSQUIC is licensed under the `MIT License`_; see LICENSE in the source
23distribution for details.
24
25.. _LSQUIC: https://github.com/litespeedtech/lsquic
26.. _`MIT License`: http://www.opensource.org/licenses/mit-license.php
27.. _`LiteSpeed Web Server`: https://www.litespeedtech.com/products/litespeed-web-server/
28.. _`LiteSpeed Web ADC`: https://www.litespeedtech.com/products/litespeed-web-adc/
29.. _OpenLiteSpeed: https://openlitespeed.org/
30
31Contents
32--------
33
34.. toctree::
35   :maxdepth: 2
36
37   gettingstarted
38   tutorial
39   apiref
40   internals
41
42Indices and tables
43==================
44
45* :ref:`genindex`
46* :ref:`search`
47