Update man pages
This commit is contained in:
parent
fd09d8b861
commit
47fa56fd0a
|
@ -1,6 +1,6 @@
|
|||
.\" 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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" 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
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" 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
|
||||
.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.\" 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 faield. No change has been made.
|
||||
The request was failed. 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/backendconfig
|
||||
.sp
|
||||
This API replaces the current set of backend servers with the
|
||||
requested ones. The request must 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 line
|
||||
separator inside the request body must be single LF (0x0A).
|
||||
This API replaces the current backend server settings with the
|
||||
requested ones. The request method 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. The
|
||||
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
|
||||
|
|
|
@ -1574,7 +1574,7 @@ status
|
|||
The request was successful.
|
||||
|
||||
Failure
|
||||
The request was faield. No change has been made.
|
||||
The request was failed. 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/backendconfig
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
This API replaces the current set of backend servers with the
|
||||
requested ones. The request must 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 line
|
||||
separator inside the request body must be single LF (0x0A).
|
||||
This API replaces the current backend server settings with the
|
||||
requested ones. The request method should be PUT, but POST is also
|
||||
acceptable. The request body must be nghttpx configuration file
|
||||
format. For configuration file format, see `FILES`_ section. The
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue