Update manual pages
This commit is contained in:
parent
a76b7a37fd
commit
15bd71ed94
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "H2LOAD" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
.TH "H2LOAD" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
h2load \- HTTP/2 benchmarking tool
|
h2load \- HTTP/2 benchmarking tool
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTP" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
.TH "NGHTTP" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttp \- HTTP/2 client
|
nghttp \- HTTP/2 client
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPD" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
.TH "NGHTTPD" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpd \- HTTP/2 server
|
nghttpd \- HTTP/2 server
|
||||||
.
|
.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.\" Man page generated from reStructuredText.
|
.\" Man page generated from reStructuredText.
|
||||||
.
|
.
|
||||||
.TH "NGHTTPX" "1" "Jun 02, 2020" "1.41.0" "nghttp2"
|
.TH "NGHTTPX" "1" "Nov 23, 2020" "1.42.0" "nghttp2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
nghttpx \- HTTP/2 proxy
|
nghttpx \- HTTP/2 proxy
|
||||||
.
|
.
|
||||||
|
@ -1324,6 +1324,18 @@ request. "\-" if backend host is not available.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
$backend_port: backend port used to fulfill the
|
$backend_port: backend port used to fulfill the
|
||||||
request. "\-" if backend host is not available.
|
request. "\-" if backend host is not available.
|
||||||
|
.IP \(bu 2
|
||||||
|
$method: HTTP method
|
||||||
|
.IP \(bu 2
|
||||||
|
$path: Request path including query. For CONNECT
|
||||||
|
request, authority is recorded.
|
||||||
|
.IP \(bu 2
|
||||||
|
$path_without_query: $path up to the first \(aq?\(aq
|
||||||
|
character. For CONNECT request, authority is
|
||||||
|
recorded.
|
||||||
|
.IP \(bu 2
|
||||||
|
$protocol_version: HTTP version (e.g., HTTP/1.1,
|
||||||
|
HTTP/2)
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.sp
|
.sp
|
||||||
The variable can be enclosed by "{" and "}" for
|
The variable can be enclosed by "{" and "}" for
|
||||||
|
|
|
@ -1203,6 +1203,14 @@ Logging
|
||||||
request. "-" if backend host is not available.
|
request. "-" if backend host is not available.
|
||||||
* $backend_port: backend port used to fulfill the
|
* $backend_port: backend port used to fulfill the
|
||||||
request. "-" if backend host is not available.
|
request. "-" if backend host is not available.
|
||||||
|
* $method: HTTP method
|
||||||
|
* $path: Request path including query. For CONNECT
|
||||||
|
request, authority is recorded.
|
||||||
|
* $path_without_query: $path up to the first '?'
|
||||||
|
character. For CONNECT request, authority is
|
||||||
|
recorded.
|
||||||
|
* $protocol_version: HTTP version (e.g., HTTP/1.1,
|
||||||
|
HTTP/2)
|
||||||
|
|
||||||
The variable can be enclosed by "{" and "}" for
|
The variable can be enclosed by "{" and "}" for
|
||||||
disambiguation (e.g., ${remote_addr}).
|
disambiguation (e.g., ${remote_addr}).
|
||||||
|
|
Loading…
Reference in New Issue