diff --git a/doc/h2load.1 b/doc/h2load.1 index 1070ebbe..a2d54b1a 100644 --- a/doc/h2load.1 +++ b/doc/h2load.1 @@ -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 . diff --git a/doc/nghttp.1 b/doc/nghttp.1 index 8b8237d5..cd02a7dc 100644 --- a/doc/nghttp.1 +++ b/doc/nghttp.1 @@ -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 . diff --git a/doc/nghttpd.1 b/doc/nghttpd.1 index fb46e54a..884e69a2 100644 --- a/doc/nghttpd.1 +++ b/doc/nghttpd.1 @@ -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 . diff --git a/doc/nghttpx.1 b/doc/nghttpx.1 index c1016618..fc1934ec 100644 --- a/doc/nghttpx.1 +++ b/doc/nghttpx.1 @@ -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 diff --git a/doc/nghttpx.1.rst b/doc/nghttpx.1.rst index 5259eb97..4ca6d57b 100644 --- a/doc/nghttpx.1.rst +++ b/doc/nghttpx.1.rst @@ -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}).