From e2a3c660a5e3bded843118b3908855ea597dcce0 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 14 Mar 2015 18:59:44 +0900 Subject: [PATCH] Update doc --- apiref.html | 232 ++++++++++++++-- asio_http2.h.html | 281 +++++++------------ asio_http2_client.h.html | 484 +++++++++++++++++++++++++++++++++ asio_http2_server.h.html | 504 +++++++++++++++++++++++++++++++++++ building-android-binary.html | 23 +- contribute.html | 23 +- genindex.html | 170 +++++++++--- h2load-howto.html | 23 +- h2load.1.html | 83 +++++- index.html | 40 ++- libnghttp2_asio.html | 425 +++++++++++++++++++++-------- nghttp.1.html | 34 ++- nghttp2.h.html | 188 +++++++++++-- nghttp2ver.h.html | 31 ++- nghttpd.1.html | 41 ++- nghttpx-howto.html | 62 +++-- nghttpx.1.html | 158 ++++++++--- objects.inv | Bin 3942 -> 4029 bytes package_README.html | 177 ++++++++---- py-modindex.html | 23 +- python-apiref.html | 23 +- search.html | 23 +- searchindex.js | 2 +- tutorial-client.html | 23 +- tutorial-hpack.html | 23 +- tutorial-server.html | 23 +- 26 files changed, 2491 insertions(+), 628 deletions(-) create mode 100644 asio_http2_client.h.html create mode 100644 asio_http2_server.h.html diff --git a/apiref.html b/apiref.html index 8177a2a1..40758559 100644 --- a/apiref.html +++ b/apiref.html @@ -7,7 +7,7 @@ - API Reference — nghttp2 0.7.2-DEV documentation + API Reference — nghttp2 0.7.8-DEV documentation @@ -28,7 +28,7 @@ - + @@ -100,30 +100,33 @@
  • nghttp(1)
  • nghttpd(1)
  • nghttpx(1)
  • h2load(1)
  • @@ -139,7 +142,7 @@
  • Rewriting location header field
  • Hot swapping
  • Re-opening log files
  • -
  • Multiple HTTP/1 backend addresses
  • +
  • Multiple backend addresses
  • h2load - HTTP/2 benchmarking tool - HOW-TO