Update man pages
This commit is contained in:
parent
c7126663df
commit
ba9ea1831c
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "February 08, 2015" "0.7.4-DEV" "nghttp2"
|
.TH "H2LOAD" "1" "February 15, 2015" "0.7.4" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "February 08, 2015" "0.7.4-DEV" "nghttp2"
|
.TH "NGHTTP" "1" "February 15, 2015" "0.7.4" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 experimental client
|
nghttp \- HTTP/2 experimental client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "February 08, 2015" "0.7.4-DEV" "nghttp2"
|
.TH "NGHTTPD" "1" "February 15, 2015" "0.7.4" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 experimental server
|
nghttpd \- HTTP/2 experimental server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "February 08, 2015" "0.7.4-DEV" "nghttp2"
|
.TH "NGHTTPX" "1" "February 15, 2015" "0.7.4" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 experimental proxy
|
nghttpx \- HTTP/2 experimental proxy
|
||||||
.
|
.
|
||||||
|
@ -800,7 +800,7 @@ to perform hot swapping.
|
||||||
.SH SERVER PUSH
|
.SH SERVER PUSH
|
||||||
.sp
|
.sp
|
||||||
nghttpx supports HTTP/2 server push in default mode. nghttpx looks
|
nghttpx supports HTTP/2 server push in default mode. nghttpx looks
|
||||||
for Link header field (\fI\%RFC 5988\fP) in response headers for
|
for Link header field (\fI\%RFC 5988\fP) in response headers from
|
||||||
backend server and extracts URI\-reference with parameter
|
backend server and extracts URI\-reference with parameter
|
||||||
\fBrel=preload\fP (see \fI\%preload\fP)
|
\fBrel=preload\fP (see \fI\%preload\fP)
|
||||||
and pushes those URIs to the frontend client. Here is a sample Link
|
and pushes those URIs to the frontend client. Here is a sample Link
|
||||||
|
|
|
@ -719,7 +719,7 @@ SERVER PUSH
|
||||||
|
|
||||||
nghttpx supports HTTP/2 server push in default mode. nghttpx looks
|
nghttpx supports HTTP/2 server push in default mode. nghttpx looks
|
||||||
for Link header field (`RFC 5988
|
for Link header field (`RFC 5988
|
||||||
<http://tools.ietf.org/html/rfc5988>`_) in response headers for
|
<http://tools.ietf.org/html/rfc5988>`_) in response headers from
|
||||||
backend server and extracts URI-reference with parameter
|
backend server and extracts URI-reference with parameter
|
||||||
``rel=preload`` (see `preload
|
``rel=preload`` (see `preload
|
||||||
<http://w3c.github.io/preload/#interoperability-with-http-link-header>`_)
|
<http://w3c.github.io/preload/#interoperability-with-http-link-header>`_)
|
||||||
|
|
Loading…
Reference in New Issue