Apply PIE to nghttpx
[platform/upstream/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 implementation of Hypertext Transfer Protocol version 2.
10
11 The project is hosted at `github.com/nghttp2/nghttp2
12 <https://github.com/nghttp2/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    programmers-guide
32    apiref
33    libnghttp2_asio
34    python-apiref
35    nghttp2.h
36    nghttp2ver.h
37    asio_http2_server.h
38    asio_http2_client.h
39    asio_http2.h
40    Source <https://github.com/nghttp2/nghttp2>
41    Issues <https://github.com/nghttp2/nghttp2/issues>
42    nghttp2.org <https://nghttp2.org/>
43
44 Released Versions
45 =================
46
47 https://github.com/nghttp2/nghttp2/releases
48
49 Resources
50 ---------
51
52 * HTTP/2 https://tools.ietf.org/html/rfc7540
53 * HPACK https://tools.ietf.org/html/rfc7541
54 * HTTP Alternative Services https://tools.ietf.org/html/rfc7838