47 lines
1.5 KiB
ReStructuredText
47 lines
1.5 KiB
ReStructuredText
.. nghttp2 documentation master file, created by
|
|
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.
|
|
|
|
nghttp2 - HTTP/2 C Library
|
|
============================
|
|
|
|
This is an experimental implementation of Hypertext Transfer Protocol
|
|
version 2.
|
|
|
|
The project is hosted at `github.com/tatsuhiro-t/nghttp2 <https://github.com/tatsuhiro-t/nghttp2>`_.
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
package_README
|
|
tutorial-client
|
|
tutorial-server
|
|
tutorial-hpack
|
|
nghttpx-howto
|
|
h2load-howto
|
|
apiref
|
|
python-apiref
|
|
nghttp2.h
|
|
nghttp2ver.h
|
|
Source <https://github.com/tatsuhiro-t/nghttp2>
|
|
Issues <https://github.com/tatsuhiro-t/nghttp2/issues>
|
|
|
|
Released Versions
|
|
=================
|
|
|
|
* `v0.3.2 <released-versions/v0.3.2/>`_ `(Download v0.3.2) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.3.2>`_
|
|
* `v0.3.1 <released-versions/v0.3.1/>`_ `(Download v0.3.1) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.3.1>`_
|
|
* `v0.3.0 <released-versions/v0.3.0/>`_ `(Download v0.3.0) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.3.0>`_
|
|
* `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>`_
|
|
|
|
|
|
Resources
|
|
---------
|
|
|
|
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-13
|
|
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-08
|