Commit 749f5d6a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update man pages

parent f09bd821
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "H2LOAD" "1" "May 24, 2015" "1.0.1" "nghttp2" .TH "H2LOAD" "1" "June 12, 2015" "1.0.2" "nghttp2"
.SH NAME .SH NAME
h2load \- HTTP/2 benchmarking tool h2load \- HTTP/2 benchmarking tool
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTP" "1" "May 24, 2015" "1.0.1" "nghttp2" .TH "NGHTTP" "1" "June 12, 2015" "1.0.2" "nghttp2"
.SH NAME .SH NAME
nghttp \- HTTP/2 experimental client nghttp \- HTTP/2 experimental client
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPD" "1" "May 24, 2015" "1.0.1" "nghttp2" .TH "NGHTTPD" "1" "June 12, 2015" "1.0.2" "nghttp2"
.SH NAME .SH NAME
nghttpd \- HTTP/2 experimental server nghttpd \- HTTP/2 experimental server
. .
......
.\" Man page generated from reStructuredText. .\" Man page generated from reStructuredText.
. .
.TH "NGHTTPX" "1" "May 24, 2015" "1.0.1" "nghttp2" .TH "NGHTTPX" "1" "June 12, 2015" "1.0.2" "nghttp2"
.SH NAME .SH NAME
nghttpx \- HTTP/2 experimental proxy nghttpx \- HTTP/2 experimental proxy
. .
...@@ -697,6 +697,15 @@ Example: \fI\%\-\-altsvc\fP=h2,443 ...@@ -697,6 +697,15 @@ Example: \fI\%\-\-altsvc\fP=h2,443
.UNINDENT .UNINDENT
.INDENT 0.0 .INDENT 0.0
.TP .TP
.B \-\-add\-request\-header=<HEADER>
Specify additional header field to add to request header
set. This option just appends header field and won\(aqt
replace anything already set. This option can be used
several times to specify multiple header fields.
Example: \fI\%\-\-add\-request\-header\fP="foo: bar"
.UNINDENT
.INDENT 0.0
.TP
.B \-\-add\-response\-header=<HEADER> .B \-\-add\-response\-header=<HEADER>
Specify additional header field to add to response Specify additional header field to add to response
header set. This option just appends header field and header set. This option just appends header field and
......
...@@ -613,6 +613,14 @@ HTTP ...@@ -613,6 +613,14 @@ HTTP
times to specify multiple alternative services. times to specify multiple alternative services.
Example: :option:`--altsvc`\=h2,443 Example: :option:`--altsvc`\=h2,443
.. option:: --add-request-header=<HEADER>
Specify additional header field to add to request header
set. This option just appends header field and won't
replace anything already set. This option can be used
several times to specify multiple header fields.
Example: :option:`--add-request-header`\="foo: bar"
.. option:: --add-response-header=<HEADER> .. option:: --add-response-header=<HEADER>
Specify additional header field to add to response Specify additional header field to add to response
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment