Update manual pages
This commit is contained in:
parent
c3b4662563
commit
83086ba91a
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "Nov 15, 2019" "1.40.0" "nghttp2"
|
.TH "H2LOAD" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
@ -284,6 +284,12 @@ to buffering. Status code is \-1 for failed streams.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.INDENT 0.0
|
.INDENT 0.0
|
||||||
.TP
|
.TP
|
||||||
|
.B \-\-connect\-to=<HOST>[:<PORT>]
|
||||||
|
Host and port to connect instead of using the authority
|
||||||
|
in <URI>.
|
||||||
|
.UNINDENT
|
||||||
|
.INDENT 0.0
|
||||||
|
.TP
|
||||||
.B \-v, \-\-verbose
|
.B \-v, \-\-verbose
|
||||||
Output debug information.
|
Output debug information.
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
|
|
|
@ -239,6 +239,11 @@ OPTIONS
|
||||||
appear slightly out of order with multiple threads due
|
appear slightly out of order with multiple threads due
|
||||||
to buffering. Status code is -1 for failed streams.
|
to buffering. Status code is -1 for failed streams.
|
||||||
|
|
||||||
|
.. option:: --connect-to=<HOST>[:<PORT>]
|
||||||
|
|
||||||
|
Host and port to connect instead of using the authority
|
||||||
|
in <URI>.
|
||||||
|
|
||||||
.. option:: -v, --verbose
|
.. option:: -v, --verbose
|
||||||
|
|
||||||
Output debug information.
|
Output debug information.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "Nov 15, 2019" "1.40.0" "nghttp2"
|
.TH "NGHTTP" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 client
|
nghttp \- HTTP/2 client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "Nov 15, 2019" "1.40.0" "nghttp2"
|
.TH "NGHTTPD" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 server
|
nghttpd \- HTTP/2 server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "Nov 15, 2019" "1.40.0" "nghttp2"
|
.TH "NGHTTPX" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -316,7 +316,7 @@ specify "healthmon" parameter. This is disabled by
|
||||||
default. Any requests which come through this address
|
default. Any requests which come through this address
|
||||||
are replied with 200 HTTP status, without no body.
|
are replied with 200 HTTP status, without no body.
|
||||||
.sp
|
.sp
|
||||||
To accept PROXY protocol version 1 on frontend
|
To accept PROXY protocol version 1 and 2 on frontend
|
||||||
connection, specify "proxyproto" parameter. This is
|
connection, specify "proxyproto" parameter. This is
|
||||||
disabled by default.
|
disabled by default.
|
||||||
.sp
|
.sp
|
||||||
|
|
|
@ -300,7 +300,7 @@ Connections
|
||||||
default. Any requests which come through this address
|
default. Any requests which come through this address
|
||||||
are replied with 200 HTTP status, without no body.
|
are replied with 200 HTTP status, without no body.
|
||||||
|
|
||||||
To accept PROXY protocol version 1 on frontend
|
To accept PROXY protocol version 1 and 2 on frontend
|
||||||
connection, specify "proxyproto" parameter. This is
|
connection, specify "proxyproto" parameter. This is
|
||||||
disabled by default.
|
disabled by default.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue