Update doc
This commit is contained in:
parent
c0a7e9fb21
commit
9bafafa1e3
|
@ -22,8 +22,8 @@ Contents:
|
||||||
Released Versions
|
Released Versions
|
||||||
=================
|
=================
|
||||||
|
|
||||||
* `v0.2.0 <released-versions/v0.2.0/>`_ `(Download) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.2.0>`_
|
* `v0.2.0 <released-versions/v0.2.0/>`_ `(Download v0.2.0) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.2.0>`_
|
||||||
* `v0.1.0 <released-versions/v0.1.0/>`_ `(Download) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.1.0>`_
|
* `v0.1.0 <released-versions/v0.1.0/>`_ `(Download v0.1.0) <https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.1.0>`_
|
||||||
|
|
||||||
|
|
||||||
Resources
|
Resources
|
||||||
|
|
|
@ -82,8 +82,8 @@ version 2.0.</p>
|
||||||
<div class="section" id="released-versions">
|
<div class="section" id="released-versions">
|
||||||
<h1>Released Versions<a class="headerlink" href="#released-versions" title="Permalink to this headline">¶</a></h1>
|
<h1>Released Versions<a class="headerlink" href="#released-versions" title="Permalink to this headline">¶</a></h1>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><a class="reference external" href="released-versions/v0.2.0/">v0.2.0</a> <a class="reference external" href="https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.2.0">(Download)</a></li>
|
<li><a class="reference external" href="released-versions/v0.2.0/">v0.2.0</a> <a class="reference external" href="https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.2.0">(Download v0.2.0)</a></li>
|
||||||
<li><a class="reference external" href="released-versions/v0.1.0/">v0.1.0</a> <a class="reference external" href="https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.1.0">(Download)</a></li>
|
<li><a class="reference external" href="released-versions/v0.1.0/">v0.1.0</a> <a class="reference external" href="https://github.com/tatsuhiro-t/nghttp2/releases/tag/v0.1.0">(Download v0.1.0)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="section" id="resources">
|
<div class="section" id="resources">
|
||||||
<h2>Resources<a class="headerlink" href="#resources" title="Permalink to this headline">¶</a></h2>
|
<h2>Resources<a class="headerlink" href="#resources" title="Permalink to this headline">¶</a></h2>
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
<span class="cm"> *</span>
|
<span class="cm"> *</span>
|
||||||
<span class="cm"> * The protocol version identification of this library supports.</span>
|
<span class="cm"> * The protocol version identification of this library supports.</span>
|
||||||
<span class="cm"> */</span>
|
<span class="cm"> */</span>
|
||||||
<span class="cp">#define NGHTTP2_PROTO_VERSION_ID "HTTP-draft-07/2.0"</span>
|
<span class="cp">#define NGHTTP2_PROTO_VERSION_ID "HTTP-draft-08/2.0"</span>
|
||||||
<span class="cm">/**</span>
|
<span class="cm">/**</span>
|
||||||
<span class="cm"> * @macro</span>
|
<span class="cm"> * @macro</span>
|
||||||
<span class="cm"> *</span>
|
<span class="cm"> *</span>
|
||||||
|
|
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
|
@ -58,8 +58,8 @@
|
||||||
version 2.0.</p>
|
version 2.0.</p>
|
||||||
<div class="section" id="development-status">
|
<div class="section" id="development-status">
|
||||||
<h2>Development Status<a class="headerlink" href="#development-status" title="Permalink to this headline">¶</a></h2>
|
<h2>Development Status<a class="headerlink" href="#development-status" title="Permalink to this headline">¶</a></h2>
|
||||||
<p>We started to implement HTTP-draft-07/2.0
|
<p>We started to implement HTTP-draft-08/2.0
|
||||||
(<a class="reference external" href="http://tools.ietf.org/html/draft-ietf-httpbis-http2-07">http://tools.ietf.org/html/draft-ietf-httpbis-http2-07</a>) and the
|
(<a class="reference external" href="http://tools.ietf.org/html/draft-ietf-httpbis-http2-08">http://tools.ietf.org/html/draft-ietf-httpbis-http2-08</a>) and the
|
||||||
header compression
|
header compression
|
||||||
(<a class="reference external" href="http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04">http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04</a>).</p>
|
(<a class="reference external" href="http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04">http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-04</a>).</p>
|
||||||
<p>The nghttp2 code base was forked from spdylay project.</p>
|
<p>The nghttp2 code base was forked from spdylay project.</p>
|
||||||
|
@ -70,7 +70,7 @@ header compression
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead valign="bottom">
|
<thead valign="bottom">
|
||||||
<tr class="row-odd"><th class="head">Features</th>
|
<tr class="row-odd"><th class="head">Features</th>
|
||||||
<th class="head">HTTP-draft-07/2.0</th>
|
<th class="head">HTTP-draft-08/2.0</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody valign="top">
|
<tbody valign="top">
|
||||||
|
@ -170,7 +170,7 @@ installed:</p>
|
||||||
<li>libjansson-dev</li>
|
<li>libjansson-dev</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>spdylay is not packaged in Ubuntu, so you need to build it yourself:
|
<p>spdylay is not packaged in Ubuntu, so you need to build it yourself:
|
||||||
<a class="reference external" href="http://spdylay.sourceforge.net/">http://spdylay.sourceforge.net/</a></p>
|
<a class="reference external" href="http://tatsuhiro-t.github.io/spdylay/">http://tatsuhiro-t.github.io/spdylay/</a></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="build-from-git">
|
<div class="section" id="build-from-git">
|
||||||
<h2>Build from git<a class="headerlink" href="#build-from-git" title="Permalink to this headline">¶</a></h2>
|
<h2>Build from git<a class="headerlink" href="#build-from-git" title="Permalink to this headline">¶</a></h2>
|
||||||
|
@ -370,7 +370,7 @@ IPv6: listen on port 8080
|
||||||
<div class="section" id="nghttpx-proxy">
|
<div class="section" id="nghttpx-proxy">
|
||||||
<h3>nghttpx - proxy<a class="headerlink" href="#nghttpx-proxy" title="Permalink to this headline">¶</a></h3>
|
<h3>nghttpx - proxy<a class="headerlink" href="#nghttpx-proxy" title="Permalink to this headline">¶</a></h3>
|
||||||
<p>The <tt class="docutils literal"><span class="pre">nghttpx</span></tt> is a multi-threaded reverse proxy for
|
<p>The <tt class="docutils literal"><span class="pre">nghttpx</span></tt> is a multi-threaded reverse proxy for
|
||||||
HTTP-draft-07/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
|
HTTP-draft-08/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
|
||||||
<table border="1" class="docutils">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="24%" />
|
<col width="24%" />
|
||||||
|
@ -414,7 +414,7 @@ HTTP-draft-07/2.0, SPDY and HTTP/1.1. It has several operation modes:</p>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>The interesting mode at the moment is the default mode. It works like
|
<p>The interesting mode at the moment is the default mode. It works like
|
||||||
a reverse proxy and listens HTTP-draft-07/2.0, SPDY and HTTP/1.1 and
|
a reverse proxy and listens HTTP-draft-08/2.0, SPDY and HTTP/1.1 and
|
||||||
can be deployed SSL/TLS terminator for existing web server.</p>
|
can be deployed SSL/TLS terminator for existing web server.</p>
|
||||||
<p>The default mode, <tt class="docutils literal"><span class="pre">--http2-proxy</span></tt> and <tt class="docutils literal"><span class="pre">--http2-bridge</span></tt> modes use
|
<p>The default mode, <tt class="docutils literal"><span class="pre">--http2-proxy</span></tt> and <tt class="docutils literal"><span class="pre">--http2-bridge</span></tt> modes use
|
||||||
SSL/TLS in the frontend connection by default. To disable SSL/TLS, use
|
SSL/TLS in the frontend connection by default. To disable SSL/TLS, use
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue