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