nghttp2/doc/sources/index.rst

51 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2021-04-02 15:08:19 +02:00
.. nghttp2 documentation main file, created by
2012-03-11 15:18:09 +01:00
sphinx-quickstart on Sun Mar 11 22:57:49 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
2014-03-30 12:09:21 +02:00
nghttp2 - HTTP/2 C Library
2013-07-12 17:19:03 +02:00
============================
2012-03-11 15:18:09 +01:00
This is an implementation of Hypertext Transfer Protocol version 2.
2012-09-12 15:37:05 +02:00
2016-03-25 16:58:32 +01:00
The project is hosted at `github.com/nghttp2/nghttp2
<https://github.com/nghttp2/nghttp2>`_.
2012-03-11 15:18:09 +01:00
Contents:
.. toctree::
:maxdepth: 2
2012-05-19 15:05:56 +02:00
package_README
2014-11-26 15:43:20 +01:00
contribute
2020-07-24 12:38:35 +02:00
security
building-android-binary
2013-12-24 16:30:05 +01:00
tutorial-client
tutorial-server
2014-06-29 16:45:49 +02:00
tutorial-hpack
nghttp.1
nghttpd.1
nghttpx.1
h2load.1
2014-04-20 16:35:07 +02:00
nghttpx-howto
2014-06-26 17:05:49 +02:00
h2load-howto
programmers-guide
apiref
nghttp2.h
nghttp2ver.h
2016-03-25 16:58:32 +01:00
Source <https://github.com/nghttp2/nghttp2>
Issues <https://github.com/nghttp2/nghttp2/issues>
2014-12-03 15:14:44 +01:00
nghttp2.org <https://nghttp2.org/>
2012-04-25 14:25:51 +02:00
2013-10-28 15:34:11 +01:00
Released Versions
=================
2016-03-25 16:58:32 +01:00
https://github.com/nghttp2/nghttp2/releases
2013-10-28 15:34:11 +01:00
2012-04-25 14:25:51 +02:00
Resources
---------
2015-05-15 16:36:51 +02:00
* HTTP/2 https://tools.ietf.org/html/rfc7540
* HPACK https://tools.ietf.org/html/rfc7541
2016-04-09 12:20:07 +02:00
* HTTP Alternative Services https://tools.ietf.org/html/rfc7838