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
47fa56fd
Commit
47fa56fd
authored
Jun 14, 2016
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update man pages
parent
fd09d8b8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
21 deletions
+25
-21
doc/h2load.1
doc/h2load.1
+4
-2
doc/h2load.1.rst
doc/h2load.1.rst
+3
-1
doc/nghttp.1
doc/nghttp.1
+1
-1
doc/nghttpd.1
doc/nghttpd.1
+1
-1
doc/nghttpx.1
doc/nghttpx.1
+8
-8
doc/nghttpx.1.rst
doc/nghttpx.1.rst
+8
-8
No files found.
doc/h2load.1
View file @
47fa56fd
.\" Man page generated from reStructuredText.
.
.TH "H2LOAD" "1" "June
09
, 2016" "1.12.0-DEV" "nghttp2"
.TH "H2LOAD" "1" "June
14
, 2016" "1.12.0-DEV" "nghttp2"
.SH NAME
h2load \- HTTP/2 benchmarking tool
.
...
...
@@ -138,7 +138,9 @@ Default: \fBh2c\fP
.TP
.B \-d, \-\-data=<PATH>
Post FILE to server. The request method is changed to
POST.
POST. For http/1.1 connection, if \fI\%\-d\fP is used, the
maximum number of in\-flight pipelined requests is set to
1.
.UNINDENT
.INDENT 0.0
.TP
...
...
doc/h2load.1.rst
View file @
47fa56fd
...
...
@@ -108,7 +108,9 @@ OPTIONS
.. option:: -d, --data=<PATH>
Post FILE to server. The request method is changed to
POST.
POST. For http/1.1 connection, if :option:`-d` is used, the
maximum number of in-flight pipelined requests is set to
1.
.. option:: -r, --rate=<N>
...
...
doc/nghttp.1
View file @
47fa56fd
.\" Man page generated from reStructuredText.
.
.TH "NGHTTP" "1" "June
09
, 2016" "1.12.0-DEV" "nghttp2"
.TH "NGHTTP" "1" "June
14
, 2016" "1.12.0-DEV" "nghttp2"
.SH NAME
nghttp \- HTTP/2 client
.
...
...
doc/nghttpd.1
View file @
47fa56fd
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPD" "1" "June
09
, 2016" "1.12.0-DEV" "nghttp2"
.TH "NGHTTPD" "1" "June
14
, 2016" "1.12.0-DEV" "nghttp2"
.SH NAME
nghttpd \- HTTP/2 server
.
...
...
doc/nghttpx.1
View file @
47fa56fd
.\" Man page generated from reStructuredText.
.
.TH "NGHTTPX" "1" "June
09
, 2016" "1.12.0-DEV" "nghttp2"
.TH "NGHTTPX" "1" "June
14
, 2016" "1.12.0-DEV" "nghttp2"
.SH NAME
nghttpx \- HTTP/2 proxy
.
...
...
@@ -1733,7 +1733,7 @@ defined:
The request was successful.
.TP
.B Failure
The request was fai
el
d. No change has been made.
The request was fai
le
d. No change has been made.
.UNINDENT
.TP
.B code
...
...
@@ -1745,13 +1745,13 @@ some cases where the error has occurred before reaching API endpoint
(e.g., header field is too large).
.sp
The following section describes available API endpoints.
.SS PUT /api/v1beta1/backend
/replace
.SS PUT /api/v1beta1/backend
config
.sp
This API replaces the current
set of backend server
s with the
requested ones. The request m
ust carry request body with method PUT
or POST. The request body must be nghttpx configuration file format.
For configuration file format, see \fI\%FILES\fP section. The lin
e
separator inside the request body must be single LF (0x0A).
This API replaces the current
backend server setting
s with the
requested ones. The request m
ethod should be PUT, but POST is also
acceptable. The request body must be nghttpx configuration file
format. For configuration file format, see \fI\%FILES\fP section. Th
e
line
separator inside the request body must be single LF (0x0A).
Currently, only \fI\%backend\fP option is parsed, the
others are simply ignored. The semantics of this API is replace the
current backend with the backend options in request body. Describe
...
...
doc/nghttpx.1.rst
View file @
47fa56fd
...
...
@@ -1574,7 +1574,7 @@ status
The request was successful.
Failure
The request was fai
el
d. No change has been made.
The request was fai
le
d. No change has been made.
code
HTTP status code
...
...
@@ -1585,14 +1585,14 @@ some cases where the error has occurred before reaching API endpoint
The following section describes available API endpoints.
PUT /api/v1beta1/backend
/replace
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~
PUT /api/v1beta1/backend
config
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This API replaces the current
set of backend server
s with the
requested ones. The request m
ust carry request body with method PUT
or POST. The request body must be nghttpx configuration file format.
For configuration file format, see `FILES`_ section. The lin
e
separator inside the request body must be single LF (0x0A).
This API replaces the current
backend server setting
s with the
requested ones. The request m
ethod should be PUT, but POST is also
acceptable. The request body must be nghttpx configuration file
format. For configuration file format, see `FILES`_ section. Th
e
line
separator inside the request body must be single LF (0x0A).
Currently, only :option:`backend <--backend>` option is parsed, the
others are simply ignored. The semantics of this API is replace the
current backend with the backend options in request body. Describe
...
...
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