2013-07-12 17:19:03 +02:00
|
|
|
.. nghttp2 documentation master 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
|
|
|
|
2015-10-19 17:19:49 +02:00
|
|
|
This is an implementation of Hypertext Transfer Protocol version 2.
|
2012-09-12 15:37:05 +02:00
|
|
|
|
2013-12-06 17:57:56 +01:00
|
|
|
The project is hosted at `github.com/tatsuhiro-t/nghttp2 <https://github.com/tatsuhiro-t/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
|
2014-08-17 12:15:19 +02:00
|
|
|
building-android-binary
|
2013-12-24 16:30:05 +01:00
|
|
|
tutorial-client
|
2013-12-26 15:37:42 +01:00
|
|
|
tutorial-server
|
2014-06-29 16:45:49 +02:00
|
|
|
tutorial-hpack
|
2014-07-08 17:38:43 +02:00
|
|
|
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
|
2015-03-31 18:13:10 +02:00
|
|
|
programmers-guide
|
2012-03-13 16:32:52 +01:00
|
|
|
apiref
|
2014-09-23 17:25:37 +02:00
|
|
|
libnghttp2_asio
|
2014-05-13 14:46:39 +02:00
|
|
|
python-apiref
|
2013-09-04 15:57:02 +02:00
|
|
|
nghttp2.h
|
|
|
|
nghttp2ver.h
|
2015-03-06 19:12:13 +01:00
|
|
|
asio_http2_server.h
|
|
|
|
asio_http2_client.h
|
2014-09-23 17:25:37 +02:00
|
|
|
asio_http2.h
|
2013-12-07 06:56:13 +01:00
|
|
|
Source <https://github.com/tatsuhiro-t/nghttp2>
|
|
|
|
Issues <https://github.com/tatsuhiro-t/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
|
|
|
|
=================
|
|
|
|
|
2014-09-14 15:46:59 +02:00
|
|
|
https://github.com/tatsuhiro-t/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
|