Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
ef581e94
Commit
ef581e94
authored
Mar 14, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update man pages
parent
ad84af2b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
55 additions
and
18 deletions
+55
-18
doc/h2load.1
doc/h2load.1
+1
-1
doc/nghttp.1
doc/nghttp.1
+9
-1
doc/nghttp.1.rst
doc/nghttp.1.rst
+7
-0
doc/nghttpd.1
doc/nghttpd.1
+9
-1
doc/nghttpd.1.rst
doc/nghttpd.1.rst
+7
-0
doc/nghttpx.1
doc/nghttpx.1
+12
-8
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+10
-7
No files found.
doc/h2load.1
View file @
ef581e94
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "H2LOAD" "1" "
February 27, 2015" "0.7.5
" "nghttp2"
.TH "H2LOAD" "1" "
March 14, 2015" "0.7.7
" "nghttp2"
.SH NAME
.SH NAME
h2load \- HTTP/2 benchmarking tool
h2load \- HTTP/2 benchmarking tool
.
.
...
...
doc/nghttp.1
View file @
ef581e94
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTP" "1" "
February 27, 2015" "0.7.5
" "nghttp2"
.TH "NGHTTP" "1" "
March 14, 2015" "0.7.7
" "nghttp2"
.SH NAME
.SH NAME
nghttp \- HTTP/2 experimental client
nghttp \- HTTP/2 experimental client
.
.
...
@@ -101,6 +101,14 @@ Add a header to the requests. Example: \fI\%\-H\fP\(aq:method: PUT\(aq
...
@@ -101,6 +101,14 @@ Add a header to the requests. Example: \fI\%\-H\fP\(aq:method: PUT\(aq
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-\-trailer=<HEADER>
Add a trailer header to the requests. <HEADER> must not
include pseudo header field (header field name starting
with \(aq:\(aq). To send trailer, one must use \fI\-d\fP option to
send request body. Example: \fI\-\-trailer\fP \(aqfoo: bar\(aq.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-cert=<CERT>
.B \-\-cert=<CERT>
Use the specified client certificate file. The file
Use the specified client certificate file. The file
must be in PEM format.
must be in PEM format.
...
...
doc/nghttp.1.rst
View file @
ef581e94
...
@@ -67,6 +67,13 @@ OPTIONS
...
@@ -67,6 +67,13 @@ OPTIONS
Add a header to the requests. Example: :option:`-H`\':method: PUT'
Add a header to the requests. Example: :option:`-H`\':method: PUT'
.. option:: --trailer=<HEADER>
Add a trailer header to the requests. <HEADER> must not
include pseudo header field (header field name starting
with ':'). To send trailer, one must use :option:`-d` option to
send request body. Example: :option:`--trailer` 'foo: bar'.
.. option:: --cert=<CERT>
.. option:: --cert=<CERT>
Use the specified client certificate file. The file
Use the specified client certificate file. The file
...
...
doc/nghttpd.1
View file @
ef581e94
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTPD" "1" "
February 27, 2015" "0.7.5
" "nghttp2"
.TH "NGHTTPD" "1" "
March 14, 2015" "0.7.7
" "nghttp2"
.SH NAME
.SH NAME
nghttpd \- HTTP/2 experimental server
nghttpd \- HTTP/2 experimental server
.
.
...
@@ -144,6 +144,14 @@ rather than complete request is received.
...
@@ -144,6 +144,14 @@ rather than complete request is received.
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-\-trailer=<HEADER>
Add a trailer header to a response. <HEADER> must not
include pseudo header field (header field name starting
with \(aq:\(aq). The trailer is sent only if a response has
body part. Example: \fI\%\-\-trailer\fP \(aqfoo: bar\(aq.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-version
.B \-\-version
Display version information and exit.
Display version information and exit.
.UNINDENT
.UNINDENT
...
...
doc/nghttpd.1.rst
View file @
ef581e94
...
@@ -104,6 +104,13 @@ OPTIONS
...
@@ -104,6 +104,13 @@ OPTIONS
Start sending response when request HEADERS is received,
Start sending response when request HEADERS is received,
rather than complete request is received.
rather than complete request is received.
.. option:: --trailer=<HEADER>
Add a trailer header to a response. <HEADER> must not
include pseudo header field (header field name starting
with ':'). The trailer is sent only if a response has
body part. Example: :option:`--trailer` 'foo: bar'.
.. option:: --version
.. option:: --version
Display version information and exit.
Display version information and exit.
...
...
doc/nghttpx.1
View file @
ef581e94
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTPX" "1" "
February 27, 2015" "0.7.5
" "nghttp2"
.TH "NGHTTPX" "1" "
March 14, 2015" "0.7.7
" "nghttp2"
.SH NAME
.SH NAME
nghttpx \- HTTP/2 experimental proxy
nghttpx \- HTTP/2 experimental proxy
.
.
...
@@ -55,13 +55,10 @@ The options are categorized into several groups.
...
@@ -55,13 +55,10 @@ The options are categorized into several groups.
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-b, \-\-backend=<HOST,PORT>
.B \-b, \-\-backend=<HOST,PORT>
Set backend host and port. For HTTP/1 backend, multiple
Set backend host and port. The multiple backend
backend addresses are accepted by repeating this option.
addresses are accepted by repeating this option. UNIX
HTTP/2 backend does not support multiple backend
domain socket can be specified by prefixing path name
addresses and the first occurrence of this option is
with "unix:" (e.g., unix:/var/run/backend.sock)
used. UNIX domain socket can be specified by prefixing
path name with "unix:" (e.g.,
unix:/var/run/backend.sock)
.sp
.sp
Default: \fB127.0.0.1,80\fP
Default: \fB127.0.0.1,80\fP
.UNINDENT
.UNINDENT
...
@@ -196,6 +193,13 @@ Default: \fB0\fP
...
@@ -196,6 +193,13 @@ Default: \fB0\fP
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-\-backend\-http2\-connections\-per\-worker=<N>
Set maximum number of HTTP/2 connections per worker.
The default value is 0, which means the number of
backend addresses specified by \fI\%\-b\fP option.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-backend\-http1\-connections\-per\-host=<N>
.B \-\-backend\-http1\-connections\-per\-host=<N>
Set maximum number of backend concurrent HTTP/1
Set maximum number of backend concurrent HTTP/1
connections per host. This option is meaningful when \fI\%\-s\fP
connections per host. This option is meaningful when \fI\%\-s\fP
...
...
doc/nghttpx.1.rst
View file @
ef581e94
...
@@ -34,13 +34,10 @@ Connections
...
@@ -34,13 +34,10 @@ Connections
.. option:: -b, --backend=<HOST,PORT>
.. option:: -b, --backend=<HOST,PORT>
Set backend host and port. For HTTP/1 backend, multiple
Set backend host and port. The multiple backend
backend addresses are accepted by repeating this option.
addresses are accepted by repeating this option. UNIX
HTTP/2 backend does not support multiple backend
domain socket can be specified by prefixing path name
addresses and the first occurrence of this option is
with "unix:" (e.g., unix:/var/run/backend.sock)
used. UNIX domain socket can be specified by prefixing
path name with "unix:" (e.g.,
unix:/var/run/backend.sock)
Default: ``127.0.0.1,80``
Default: ``127.0.0.1,80``
...
@@ -161,6 +158,12 @@ Performance
...
@@ -161,6 +158,12 @@ Performance
Default: ``0``
Default: ``0``
.. option:: --backend-http2-connections-per-worker=<N>
Set maximum number of HTTP/2 connections per worker.
The default value is 0, which means the number of
backend addresses specified by :option:`-b` option.
.. option:: --backend-http1-connections-per-host=<N>
.. option:: --backend-http1-connections-per-host=<N>
Set maximum number of backend concurrent HTTP/1
Set maximum number of backend concurrent HTTP/1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment