Update manual pages

This commit is contained in:
Tatsuhiro Tsujikawa 2020-11-23 23:38:21 +09:00
parent a76b7a37fd
commit 15bd71ed94
5 changed files with 24 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.\" 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
h2load \- HTTP/2 benchmarking tool
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttp \- HTTP/2 client
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttpd \- HTTP/2 server
.

View File

@ -1,6 +1,6 @@
.\" 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
nghttpx \- HTTP/2 proxy
.
@ -1324,6 +1324,18 @@ request. "\-" if backend host is not available.
.IP \(bu 2
$backend_port: backend port used to fulfill the
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
.sp
The variable can be enclosed by "{" and "}" for

View File

@ -1203,6 +1203,14 @@ Logging
request. "-" if backend host is not available.
* $backend_port: backend port used to fulfill the
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
disambiguation (e.g., ${remote_addr}).