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
863addcd
Commit
863addcd
authored
Jan 11, 2016
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update man pages
parent
bb6f842b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
37 additions
and
24 deletions
+37
-24
doc/h2load.1
doc/h2load.1
+7
-6
doc/h2load.1.rst
doc/h2load.1.rst
+5
-4
doc/nghttp.1
doc/nghttp.1
+2
-2
doc/nghttpd.1
doc/nghttpd.1
+7
-2
doc/nghttpd.1.rst
doc/nghttpd.1.rst
+4
-0
doc/nghttpx.1
doc/nghttpx.1
+7
-6
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+5
-4
No files found.
doc/h2load.1
View file @
863addcd
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "H2LOAD" "1" "
December 23, 2015" "1.6.0
" "nghttp2"
.TH "H2LOAD" "1" "
January 11, 2016" "1.6.1-DEV
" "nghttp2"
.SH NAME
.SH NAME
h2load \- HTTP/2 benchmarking tool
h2load \- HTTP/2 benchmarking tool
.
.
...
@@ -88,11 +88,12 @@ scheme, host or port values.
...
@@ -88,11 +88,12 @@ scheme, host or port values.
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-m, \-\-max\-concurrent\-streams=(auto|<N>)
.B \-m, \-\-max\-concurrent\-streams=<N>
Max concurrent streams to issue per session. If "auto"
Max concurrent streams to issue per session. When
is given, the number of given URIs is used.
http/1.1 is used, this specifies the number of HTTP
pipelining requests in\-flight.
.sp
.sp
Default: \fB
auto
\fP
Default: \fB
1
\fP
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
...
@@ -410,6 +411,6 @@ window size described in HTTP/2 and SPDY protocol specification.
...
@@ -410,6 +411,6 @@ window size described in HTTP/2 and SPDY protocol specification.
.SH AUTHOR
.SH AUTHOR
Tatsuhiro Tsujikawa
Tatsuhiro Tsujikawa
.SH COPYRIGHT
.SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa
2012, 2015,
2016,
Tatsuhiro Tsujikawa
.\" Generated by docutils manpage writer.
.\" Generated by docutils manpage writer.
.
.
doc/h2load.1.rst
View file @
863addcd
...
@@ -63,12 +63,13 @@ OPTIONS
...
@@ -63,12 +63,13 @@ OPTIONS
are used solely. Definition of a base URI overrides all
are used solely. Definition of a base URI overrides all
scheme, host or port values.
scheme, host or port values.
.. option:: -m, --max-concurrent-streams=
(auto|<N>)
.. option:: -m, --max-concurrent-streams=
<N>
Max concurrent streams to issue per session. If "auto"
Max concurrent streams to issue per session. When
is given, the number of given URIs is used.
http/1.1 is used, this specifies the number of HTTP
pipelining requests in-flight.
Default: ``
auto
``
Default: ``
1
``
.. option:: -w, --window-bits=<N>
.. option:: -w, --window-bits=<N>
...
...
doc/nghttp.1
View file @
863addcd
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTP" "1" "
December 23, 2015" "1.6.0
" "nghttp2"
.TH "NGHTTP" "1" "
January 11, 2016" "1.6.1-DEV
" "nghttp2"
.SH NAME
.SH NAME
nghttp \- HTTP/2 client
nghttp \- HTTP/2 client
.
.
...
@@ -296,6 +296,6 @@ on stream 11 with the weight 2.
...
@@ -296,6 +296,6 @@ on stream 11 with the weight 2.
.SH AUTHOR
.SH AUTHOR
Tatsuhiro Tsujikawa
Tatsuhiro Tsujikawa
.SH COPYRIGHT
.SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa
2012, 2015,
2016,
Tatsuhiro Tsujikawa
.\" Generated by docutils manpage writer.
.\" Generated by docutils manpage writer.
.
.
doc/nghttpd.1
View file @
863addcd
.\" Man page generated from reStructuredText.
.\" Man page generated from reStructuredText.
.
.
.TH "NGHTTPD" "1" "
December 23, 2015" "1.6.0
" "nghttp2"
.TH "NGHTTPD" "1" "
January 11, 2016" "1.6.1-DEV
" "nghttp2"
.SH NAME
.SH NAME
nghttpd \- HTTP/2 server
nghttpd \- HTTP/2 server
.
.
...
@@ -180,6 +180,11 @@ Default: \fB/etc/mime.types\fP
...
@@ -180,6 +180,11 @@ Default: \fB/etc/mime.types\fP
.UNINDENT
.UNINDENT
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-\-no\-content\-length
Don\(aqt send content\-length header field.
.UNINDENT
.INDENT 0.0
.TP
.B \-\-version
.B \-\-version
Display version information and exit.
Display version information and exit.
.UNINDENT
.UNINDENT
...
@@ -197,6 +202,6 @@ The <SIZE> argument is an integer and an optional unit (e.g., 10K is
...
@@ -197,6 +202,6 @@ The <SIZE> argument is an integer and an optional unit (e.g., 10K is
.SH AUTHOR
.SH AUTHOR
Tatsuhiro Tsujikawa
Tatsuhiro Tsujikawa
.SH COPYRIGHT
.SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa
2012, 2015,
2016,
Tatsuhiro Tsujikawa
.\" Generated by docutils manpage writer.
.\" Generated by docutils manpage writer.
.
.
doc/nghttpd.1.rst
View file @
863addcd
...
@@ -139,6 +139,10 @@ OPTIONS
...
@@ -139,6 +139,10 @@ OPTIONS
Default: ``/etc/mime.types``
Default: ``/etc/mime.types``
.. option:: --no-content-length
Don't send content-length header field.
.. option:: --version
.. option:: --version
Display version information and exit.
Display version information and exit.
...
...
doc/nghttpx.1
View file @
863addcd
.\
" Man page generated from reStructuredText.
.\
" Man page generated from reStructuredText.
.
.
.TH "
NGHTTPX
" "
1
" "
December
23
,
2015
" "
1.6.0
" "
nghttp2
"
.TH "
NGHTTPX
" "
1
" "
January
11
,
2016
" "
1.6.1
-
DEV
" "
nghttp2
"
.SH NAME
.SH NAME
nghttpx \- HTTP/2 proxy
nghttpx \- HTTP/2 proxy
.
.
...
@@ -896,8 +896,8 @@ Example: \fI\%\-\-add\-response\-header\fP="foo: bar"
...
@@ -896,8 +896,8 @@ Example: \fI\%\-\-add\-response\-header\fP="foo: bar"
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-\-header\-field\-buffer=<SIZE>
.B \-\-header\-field\-buffer=<SIZE>
Set maximum
buffer size for incoming HTTP header field
Set maximum
buffer size for incoming HTTP request header
list. This is the sum of header name and value
in
field list. This is the sum of header name and value
in
bytes.
bytes.
.sp
.sp
Default:
\f
B64K
\f
P
Default:
\f
B64K
\f
P
...
@@ -905,8 +905,9 @@ Default: \fB64K\fP
...
@@ -905,8 +905,9 @@ Default: \fB64K\fP
.INDENT 0.0
.INDENT 0.0
.TP
.TP
.B \-\-max\-header\-fields=<N>
.B \-\-max\-header\-fields=<N>
Set maximum number of incoming HTTP header fields, which
Set maximum number of incoming HTTP request header
appear in one request or response header field list.
fields, which appear in one request or response header
field list.
.sp
.sp
Default:
\f
B100
\f
P
Default:
\f
B100
\f
P
.UNINDENT
.UNINDENT
...
@@ -1458,6 +1459,6 @@ App.new
...
@@ -1458,6 +1459,6 @@ App.new
.SH AUTHOR
.SH AUTHOR
Tatsuhiro Tsujikawa
Tatsuhiro Tsujikawa
.SH COPYRIGHT
.SH COPYRIGHT
2012, 2015, Tatsuhiro Tsujikawa
2012, 2015,
2016,
Tatsuhiro Tsujikawa
.
\"
Generated by docutils manpage writer.
.
\"
Generated by docutils manpage writer.
.
.
doc/nghttpx.1.rst
View file @
863addcd
...
@@ -797,16 +797,17 @@ HTTP
...
@@ -797,16 +797,17 @@ HTTP
.. option:: --header-field-buffer=<SIZE>
.. option:: --header-field-buffer=<SIZE>
Set maximum
buffer size for incoming HTTP header field
Set maximum
buffer size for incoming HTTP request header
list. This is the sum of header name and value
in
field list. This is the sum of header name and value
in
bytes.
bytes.
Default: ``64K``
Default: ``64K``
.. option:: --max-header-fields=<N>
.. option:: --max-header-fields=<N>
Set maximum number of incoming HTTP header fields, which
Set maximum number of incoming HTTP request header
appear in one request or response header field list.
fields, which appear in one request or response header
field list.
Default: ``100``
Default: ``100``
...
...
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