nghttp2/doc/sources/index.rst

51 lines
1.2 KiB
ReStructuredText
Raw Normal View History

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
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
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
apiref
2014-09-23 17:25:37 +02:00
libnghttp2_asio
2014-05-13 14:46:39 +02:00
python-apiref
nghttp2.h
nghttp2ver.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>
2012-04-25 14:25:51 +02:00
2013-10-28 15:34:11 +01:00
Released Versions
=================
https://github.com/tatsuhiro-t/nghttp2/releases
2013-10-28 15:34:11 +01:00
2012-04-25 14:25:51 +02:00
Resources
---------
2014-07-31 16:16:52 +02:00
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-14
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09
2014-10-27 16:18:28 +01:00
* http://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-04