Update man pages
This commit is contained in:
parent
a99085891a
commit
6bd728b3c2
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "May 15, 2015" "0.7.15" "nghttp2"
|
.TH "H2LOAD" "1" "May 16, 2015" "1.0.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
@ -116,9 +116,9 @@ Add/Override a header to the requests.
|
||||||
.B \-p, \-\-no\-tls\-proto=<PROTOID>
|
.B \-p, \-\-no\-tls\-proto=<PROTOID>
|
||||||
Specify ALPN identifier of the protocol to be used when
|
Specify ALPN identifier of the protocol to be used when
|
||||||
accessing http URI without SSL/TLS.
|
accessing http URI without SSL/TLS.
|
||||||
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c\-14
|
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c
|
||||||
.sp
|
.sp
|
||||||
Default: \fBh2c\-14\fP
|
Default: \fBh2c\fP
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -88,9 +88,9 @@ OPTIONS
|
||||||
|
|
||||||
Specify ALPN identifier of the protocol to be used when
|
Specify ALPN identifier of the protocol to be used when
|
||||||
accessing http URI without SSL/TLS.
|
accessing http URI without SSL/TLS.
|
||||||
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c-14
|
Available protocols: spdy/2, spdy/3, spdy/3.1 and h2c
|
||||||
|
|
||||||
Default: ``h2c-14``
|
Default: ``h2c``
|
||||||
|
|
||||||
.. option:: -d, --data=<FILE>
|
.. option:: -d, --data=<FILE>
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "May 15, 2015" "0.7.15" "nghttp2"
|
.TH "NGHTTP" "1" "May 16, 2015" "1.0.0" "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" "May 15, 2015" "0.7.15" "nghttp2"
|
.TH "NGHTTPD" "1" "May 16, 2015" "1.0.0" "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" "May 15, 2015" "0.7.15" "nghttp2"
|
.TH "NGHTTPX" "1" "May 16, 2015" "1.0.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 experimental proxy
|
nghttpx \- HTTP/2 experimental proxy
|
||||||
.
|
.
|
||||||
|
@ -690,10 +690,10 @@ will not be altered regardless of this option.
|
||||||
.B \-\-altsvc=<PROTOID,PORT[,HOST,[ORIGIN]]>
|
.B \-\-altsvc=<PROTOID,PORT[,HOST,[ORIGIN]]>
|
||||||
Specify protocol ID, port, host and origin of
|
Specify protocol ID, port, host and origin of
|
||||||
alternative service. <HOST> and <ORIGIN> are optional.
|
alternative service. <HOST> and <ORIGIN> are optional.
|
||||||
They are advertised in alt\-svc header field or HTTP/2
|
They are advertised in alt\-svc header field only in
|
||||||
ALTSVC frame. This option can be used multiple times to
|
HTTP/1.1 frontend. This option can be used multiple
|
||||||
specify multiple alternative services. Example:
|
times to specify multiple alternative services.
|
||||||
\fI\%\-\-altsvc\fP=h2,443
|
Example: \fI\%\-\-altsvc\fP=h2,443
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
|
|
@ -608,10 +608,10 @@ HTTP
|
||||||
|
|
||||||
Specify protocol ID, port, host and origin of
|
Specify protocol ID, port, host and origin of
|
||||||
alternative service. <HOST> and <ORIGIN> are optional.
|
alternative service. <HOST> and <ORIGIN> are optional.
|
||||||
They are advertised in alt-svc header field or HTTP/2
|
They are advertised in alt-svc header field only in
|
||||||
ALTSVC frame. This option can be used multiple times to
|
HTTP/1.1 frontend. This option can be used multiple
|
||||||
specify multiple alternative services. Example:
|
times to specify multiple alternative services.
|
||||||
:option:`--altsvc`\=h2,443
|
Example: :option:`--altsvc`\=h2,443
|
||||||
|
|
||||||
.. option:: --add-response-header=<HEADER>
|
.. option:: --add-response-header=<HEADER>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue