1.. nghttp2 documentation main 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 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 nghttp2.h 34 nghttp2ver.h 35 Source <https://github.com/nghttp2/nghttp2> 36 Issues <https://github.com/nghttp2/nghttp2/issues> 37 nghttp2.org <https://nghttp2.org/> 38 39Released Versions 40================= 41 42https://github.com/nghttp2/nghttp2/releases 43 44Resources 45--------- 46 47* HTTP/2 https://tools.ietf.org/html/rfc7540 48* HPACK https://tools.ietf.org/html/rfc7541 49* HTTP Alternative Services https://tools.ietf.org/html/rfc7838 50