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
|
|
|
|
2013-07-12 17:19:03 +02:00
|
|
|
This is an experimental implementation of Hypertext Transfer Protocol
|
2014-03-30 12:09:21 +02:00
|
|
|
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
|
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-04-20 16:35:07 +02:00
|
|
|
nghttpx-howto
|
2014-06-26 17:05:49 +02:00
|
|
|
h2load-howto
|
2012-03-13 16:32:52 +01:00
|
|
|
apiref
|
2014-05-13 14:46:39 +02:00
|
|
|
python-apiref
|
2013-09-04 15:57:02 +02:00
|
|
|
nghttp2.h
|
|
|
|
nghttp2ver.h
|
2013-12-07 06:56:13 +01:00
|
|
|
Source <https://github.com/tatsuhiro-t/nghttp2>
|
|
|
|
Issues <https://github.com/tatsuhiro-t/nghttp2/issues>
|
2012-04-25 14:25:51 +02:00
|
|
|
|
2013-10-28 15:34:11 +01:00
|
|
|
Released Versions
|
|
|
|
=================
|
|
|
|
|
2014-02-26 16:01:35 +01:00
|
|
|
* `v0.3.2 <released-versions/v0.3.2/>`_ `(Download v0.3.2) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.3.2>`_
|
2014-02-16 07:23:02 +01:00
|
|
|
* `v0.3.1 <released-versions/v0.3.1/>`_ `(Download v0.3.1) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.3.1>`_
|
2014-02-05 15:23:09 +01:00
|
|
|
* `v0.3.0 <released-versions/v0.3.0/>`_ `(Download v0.3.0) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.3.0>`_
|
2013-11-21 16:33:18 +01:00
|
|
|
* `v0.2.0 <released-versions/v0.2.0/>`_ `(Download v0.2.0) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.2.0>`_
|
|
|
|
* `v0.1.0 <released-versions/v0.1.0/>`_ `(Download v0.1.0) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.1.0>`_
|
2013-10-28 15:34:11 +01:00
|
|
|
|
|
|
|
|
2012-04-25 14:25:51 +02:00
|
|
|
Resources
|
|
|
|
---------
|
|
|
|
|
2014-06-18 05:15:15 +02:00
|
|
|
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-13
|
|
|
|
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-08
|