changeset 86:341dc6392e8a

Documented $body_bytes_sent, $nginx_version, $request, and $sent_http_*.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 13 Oct 2011 12:40:16 +0000
parents 4466f08eb625
children f5539fb36bbb
files xml/en/docs/http/ngx_http_core_module.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Thu Oct 13 11:53:46 2011 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Thu Oct 13 12:40:16 2011 +0000
@@ -2156,6 +2156,11 @@
 client address in a binary form, value's length is always 4 bytes
 </tag-desc>
 
+<tag-name><var>$body_bytes_sent</var></tag-name>
+<tag-desc>
+number of bytes sent to a client, not counting the response header
+</tag-desc>
+
 <tag-name><var>$content_length</var></tag-name>
 <tag-desc>
 <header>Content-Length</header> request header field
@@ -2208,6 +2213,11 @@
 allows for connection rate limiting
 </tag-desc>
 
+<tag-name><var>$nginx_version</var></tag-name>
+<tag-desc>
+nginx version
+</tag-desc>
+
 <tag-name><var>$pid</var></tag-name>
 <tag-desc>
 PID of the worker process
@@ -2239,6 +2249,11 @@
 user name supplied with the Basic authentication
 </tag-desc>
 
+<tag-name><var>$request</var></tag-name>
+<tag-desc>
+full original request line
+</tag-desc>
+
 <tag-name><var>$request_body</var></tag-name>
 <tag-desc>
 request body
@@ -2295,6 +2310,11 @@
 request scheme, <dq><code>http</code></dq> or <dq><code>https</code></dq>
 </tag-desc>
 
+<tag-name><var>$sent_http_</var><argument>name</argument></tag-name>
+<tag-desc>
+the <argument>name</argument> response header field
+</tag-desc>
+
 <tag-name><var>$server_addr</var></tag-name>
 <tag-desc>
 an address of the server which accepted a request