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
ede801d0
Commit
ede801d0
authored
Aug 16, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Update man pages
parent
9649b2d3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
78 additions
and
22 deletions
+78
-22
doc/h2load.1
doc/h2load.1
+4
-4
doc/h2load.1.rst
doc/h2load.1.rst
+2
-2
doc/nghttp.1
doc/nghttp.1
+2
-2
doc/nghttpd.1
doc/nghttpd.1
+2
-2
doc/nghttpx.1
doc/nghttpx.1
+31
-7
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+37
-5
No files found.
doc/h2load.1
View file @
ede801d0
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
5
.1.
.TH H2LOAD "1" "
July 2014" "h2load nghttp2/0.5.1
" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
6
.1.
.TH H2LOAD "1" "
August 2014" "h2load nghttp2/0.6.0-DEV
" "User Commands"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.SH SYNOPSIS
...
...
@@ -45,8 +45,8 @@ than 16, this option is ignored. Otherwise
Specify ALPN identifier of the protocol to be
used when accessing http URI without SSL/TLS.
Available protocols: spdy/2, spdy/3, spdy/3.1 and
h2c\-1
3
Default: h2c\-1
3
h2c\-1
4
Default: h2c\-1
4
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Output debug information.
...
...
doc/h2load.1.rst
View file @
ede801d0
...
...
@@ -69,8 +69,8 @@ OPTIONS
Specify ALPN identifier of the protocol to be
used when accessing http URI without SSL/TLS.
Available protocols: spdy/2, spdy/3, spdy/3.1 and
h2c-1
3
Default: h2c-1
3
h2c-1
4
Default: h2c-1
4
.. option:: -v, --verbose
...
...
doc/nghttp.1
View file @
ede801d0
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
5
.1.
.TH NGHTTP "1" "
July 2014" "nghttp nghttp2/0.5.1
" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
6
.1.
.TH NGHTTP "1" "
August 2014" "nghttp nghttp2/0.6.0-DEV
" "User Commands"
.SH NAME
nghttp \- HTTP/2 experimental client
.SH SYNOPSIS
...
...
doc/nghttpd.1
View file @
ede801d0
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
5
.1.
.TH NGHTTPD "1" "
July 2014" "nghttpd nghttp2/0.5.1
" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
6
.1.
.TH NGHTTPD "1" "
August 2014" "nghttpd nghttp2/0.6.0-DEV
" "User Commands"
.SH NAME
nghttpd \- HTTP/2 experimental server
.SH SYNOPSIS
...
...
doc/nghttpx.1
View file @
ede801d0
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
5
.1.
.TH NGHTTPX "1" "
July 2014" "nghttpx nghttp2/0.5.1
" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.4
6
.1.
.TH NGHTTPX "1" "
August 2014" "nghttpx nghttp2/0.6.0-DEV
" "User Commands"
.SH NAME
nghttpx \- HTTP/2 experimental proxy
.SH SYNOPSIS
...
...
@@ -76,6 +76,13 @@ Default: 0
Set maximum number of simultaneous connections
frontend accepts. Setting 0 means unlimited.
Default: 0
.TP
\fB\-\-backend\-connections\-per\-frontend=\fR<NUM>
Set maximum number of backend simultaneous
connections per frontend. This option is
meaningful when the combination of HTTP/2 or SPDY
frontend and HTTP/1 backend is used.
Default: 100
.SS "Timeout:"
.TP
\fB\-\-frontend\-http2\-read\-timeout=\fR<SEC>
...
...
@@ -86,20 +93,30 @@ Default: 180
\fB\-\-frontend\-read\-timeout=\fR<SEC>
Specify read timeout for HTTP/1.1 frontend
connection.
Default:
18
0
Default:
3
0
.TP
\fB\-\-frontend\-write\-timeout=\fR<SEC>
Specify write timeout for all frontend
connections.
Default: 60
Default: 30
.TP
\fB\-\-stream\-read\-timeout=\fR<SEC>
Specify read timeout for HTTP/2 and SPDY streams.
0 means no timeout.
Default: 0
.TP
\fB\-\-stream\-write\-timeout=\fR<SEC>
Specify write timeout for HTTP/2 and SPDY
streams. 0 means no timeout.
Default: 0
.TP
\fB\-\-backend\-read\-timeout=\fR<SEC>
Specify read timeout for backend connection.
Default:
90
0
Default:
3
0
.TP
\fB\-\-backend\-write\-timeout=\fR<SEC>
Specify write timeout for backend connection.
Default:
6
0
Default:
3
0
.TP
\fB\-\-backend\-keep\-alive\-timeout=\fR<SEC>
Specify keep\-alive timeout for backend
...
...
@@ -171,7 +188,7 @@ most desirable protocol comes first. This is
used in both ALPN and NPN. The parameter must be
delimited by a single comma only and any white
spaces are treated as a part of protocol string.
Default: h2\-1
3
,spdy/3.1,spdy/3,spdy/2,http/1.1
Default: h2\-1
4
,spdy/3.1,spdy/3,spdy/2,http/1.1
.TP
\fB\-\-verify\-client\fR
Require and verify client certificate.
...
...
@@ -312,6 +329,13 @@ downstream request.
Don't append to Via header field. If Via header
field is received, it is left unaltered.
.TP
\fB\-\-no\-location\-rewrite\fR
Don't rewrite location header field on
\fB\-\-http2\-bridge\fR, \fB\-\-client\fR and default mode. For
\fB\-\-http2\-proxy\fR and \fB\-\-client\-proxy\fR mode, location
header field will not be altered regardless of
this option.
.TP
\fB\-\-altsvc=\fR<PROTOID,PORT[,HOST,[ORIGIN]]>
Specify protocol ID, port, host and origin of
alternative service. <HOST> and <ORIGIN> are
...
...
doc/nghttpx.1.rst
View file @
ede801d0
...
...
@@ -114,6 +114,15 @@ Performance
frontend accepts. Setting 0 means unlimited.
Default: 0
.. option:: --backend-connections-per-frontend=<NUM>
Set maximum number of backend simultaneous
connections per frontend. This option is
meaningful when the combination of HTTP/2 or SPDY
frontend and HTTP/1 backend is used.
Default: 100
Timeout
^^^^^^^
...
...
@@ -129,26 +138,40 @@ Timeout
Specify read timeout for HTTP/1.1 frontend
connection.
Default:
18
0
Default:
3
0
.. option:: --frontend-write-timeout=<SEC>
Specify write timeout for all frontend
connections.
Default: 60
Default: 30
.. option:: --stream-read-timeout=<SEC>
Specify read timeout for HTTP/2 and SPDY streams.
0 means no timeout.
Default: 0
.. option:: --stream-write-timeout=<SEC>
Specify write timeout for HTTP/2 and SPDY
streams. 0 means no timeout.
Default: 0
.. option:: --backend-read-timeout=<SEC>
Specify read timeout for backend connection.
Default:
90
0
Default:
3
0
.. option:: --backend-write-timeout=<SEC>
Specify write timeout for backend connection.
Default:
6
0
Default:
3
0
.. option:: --backend-keep-alive-timeout=<SEC>
...
...
@@ -242,7 +265,7 @@ SSL/TLS
used in both ALPN and NPN. The parameter must be
delimited by a single comma only and any white
spaces are treated as a part of protocol string.
Default: h2-1
3
,spdy/3.1,spdy/3,spdy/2,http/1.1
Default: h2-1
4
,spdy/3.1,spdy/3,spdy/2,http/1.1
.. option:: --verify-client
...
...
@@ -444,6 +467,15 @@ Misc
Don't append to Via header field. If Via header
field is received, it is left unaltered.
.. option:: --no-location-rewrite
Don't rewrite location header field on
:option:`--http2-bridge`, :option:`--client` and default mode. For
:option:`--http2-proxy` and :option:`--client-proxy` mode, location
header field will not be altered regardless of
this option.
.. option:: --altsvc=<PROTOID,PORT[,HOST,[ORIGIN]]>
...
...
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