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