tizen 2.4 release
[external/nghttp2.git] / doc / sources / index.rst
1 .. nghttp2 documentation master file, created by
2    sphinx-quickstart on Sun Mar 11 22:57:49 2012.
3    You can adapt this file completely to your liking, but it should at least
4    contain the root `toctree` directive.
5
6 nghttp2 - HTTP/2 C Library
7 ============================
8
9 This is an experimental implementation of Hypertext Transfer Protocol
10 version 2.
11
12 The project is hosted at `github.com/tatsuhiro-t/nghttp2 <https://github.com/tatsuhiro-t/nghttp2>`_.
13
14 Contents:
15
16 .. toctree::
17    :maxdepth: 2
18
19    package_README
20    contribute
21    building-android-binary
22    tutorial-client
23    tutorial-server
24    tutorial-hpack
25    nghttp.1
26    nghttpd.1
27    nghttpx.1
28    h2load.1
29    nghttpx-howto
30    h2load-howto
31    apiref
32    libnghttp2_asio
33    python-apiref
34    nghttp2.h
35    nghttp2ver.h
36    asio_http2.h
37    Source <https://github.com/tatsuhiro-t/nghttp2>
38    Issues <https://github.com/tatsuhiro-t/nghttp2/issues>
39    nghttp2.org <https://nghttp2.org/>
40
41 Released Versions
42 =================
43
44 https://github.com/tatsuhiro-t/nghttp2/releases
45
46 Resources
47 ---------
48
49 * http://tools.ietf.org/html/draft-ietf-httpbis-http2-14
50 * http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09