• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
6nghttp2 - HTTP/2 C Library
7============================
8
9This is an implementation of Hypertext Transfer Protocol version 2.
10
11The project is hosted at `github.com/nghttp2/nghttp2
12<https://github.com/nghttp2/nghttp2>`_.
13
14Contents:
15
16.. toctree::
17   :maxdepth: 2
18
19   package_README
20   contribute
21   security
22   building-android-binary
23   tutorial-client
24   tutorial-server
25   tutorial-hpack
26   nghttp.1
27   nghttpd.1
28   nghttpx.1
29   h2load.1
30   nghttpx-howto
31   h2load-howto
32   programmers-guide
33   apiref
34   libnghttp2_asio
35   python-apiref
36   nghttp2.h
37   nghttp2ver.h
38   asio_http2_server.h
39   asio_http2_client.h
40   asio_http2.h
41   Source <https://github.com/nghttp2/nghttp2>
42   Issues <https://github.com/nghttp2/nghttp2/issues>
43   nghttp2.org <https://nghttp2.org/>
44
45Released Versions
46=================
47
48https://github.com/nghttp2/nghttp2/releases
49
50Resources
51---------
52
53* HTTP/2 https://tools.ietf.org/html/rfc7540
54* HPACK https://tools.ietf.org/html/rfc7541
55* HTTP Alternative Services https://tools.ietf.org/html/rfc7838
56