51 lines
1.1 KiB
ReStructuredText
51 lines
1.1 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
|
|
contribute
|
|
building-android-binary
|
|
tutorial-client
|
|
tutorial-server
|
|
tutorial-hpack
|
|
nghttp.1
|
|
nghttpd.1
|
|
nghttpx.1
|
|
h2load.1
|
|
nghttpx-howto
|
|
h2load-howto
|
|
apiref
|
|
libnghttp2_asio
|
|
python-apiref
|
|
nghttp2.h
|
|
nghttp2ver.h
|
|
asio_http2.h
|
|
Source <https://github.com/tatsuhiro-t/nghttp2>
|
|
Issues <https://github.com/tatsuhiro-t/nghttp2/issues>
|
|
nghttp2.org <https://nghttp2.org/>
|
|
|
|
Released Versions
|
|
=================
|
|
|
|
https://github.com/tatsuhiro-t/nghttp2/releases
|
|
|
|
Resources
|
|
---------
|
|
|
|
* http://tools.ietf.org/html/draft-ietf-httpbis-http2-14
|
|
* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09
|