nghttp2/_sources/index.txt

40 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-07-28 14:26:41 +02:00
.. 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.0 C Library
============================
This is an experimental implementation of Hypertext Transfer Protocol
version 2.0.
2013-12-06 17:58:41 +01:00
The project is hosted at `github.com/tatsuhiro-t/nghttp2 <https://github.com/tatsuhiro-t/nghttp2>`_.
2013-07-28 14:26:41 +02:00
Contents:
.. toctree::
:maxdepth: 2
package_README
2013-12-24 16:31:37 +01:00
tutorial-client
2013-12-26 15:39:18 +01:00
tutorial-server
2013-07-28 14:26:41 +02:00
apiref
2013-09-04 15:59:13 +02:00
nghttp2.h
nghttp2ver.h
2013-12-07 06:58:21 +01:00
Source <https://github.com/tatsuhiro-t/nghttp2>
Issues <https://github.com/tatsuhiro-t/nghttp2/issues>
2013-07-28 14:26:41 +02:00
2013-10-28 15:32:57 +01:00
Released Versions
=================
2013-11-21 14:06:29 +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:32:57 +01:00
2013-07-28 14:26:41 +02:00
Resources
---------
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-09
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-05