diff xml/en/docs/http/ngx_http_core_module.xml @ 448:92672f6f0ee1

Elaborated on $http_* and $sent_http_* syntax.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 16 Mar 2012 06:16:13 +0000
parents b423d725a932
children 98ee97a382d3
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml	Thu Mar 15 18:32:11 2012 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Fri Mar 16 06:16:13 2012 +0000
@@ -2626,7 +2626,9 @@
 
 <tag-name><var>$http_</var><value>name</value></tag-name>
 <tag-desc>
-the <value>name</value> request header field
+arbitrary request header field;
+the last part of a variable name is the field name converted
+to lower case with dashes replaced by underscores
 </tag-desc>
 
 <tag-name><var>$https</var></tag-name>
@@ -2753,7 +2755,9 @@
 
 <tag-name><var>$sent_http_</var><value>name</value></tag-name>
 <tag-desc>
-the <value>name</value> response header field
+arbitrary response header field;
+the last part of a variable name is the field name converted
+to lower case with dashes replaced by underscores
 </tag-desc>
 
 <tag-name><var>$server_addr</var></tag-name>