comparison 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
comparison
equal deleted inserted replaced
447:f717705f5442 448:92672f6f0ee1
2624 host name 2624 host name
2625 </tag-desc> 2625 </tag-desc>
2626 2626
2627 <tag-name><var>$http_</var><value>name</value></tag-name> 2627 <tag-name><var>$http_</var><value>name</value></tag-name>
2628 <tag-desc> 2628 <tag-desc>
2629 the <value>name</value> request header field 2629 arbitrary request header field;
2630 the last part of a variable name is the field name converted
2631 to lower case with dashes replaced by underscores
2630 </tag-desc> 2632 </tag-desc>
2631 2633
2632 <tag-name><var>$https</var></tag-name> 2634 <tag-name><var>$https</var></tag-name>
2633 <tag-desc> 2635 <tag-desc>
2634 “<literal>on</literal>” 2636 “<literal>on</literal>”
2751 request scheme, “<literal>http</literal>” or “<literal>https</literal>” 2753 request scheme, “<literal>http</literal>” or “<literal>https</literal>”
2752 </tag-desc> 2754 </tag-desc>
2753 2755
2754 <tag-name><var>$sent_http_</var><value>name</value></tag-name> 2756 <tag-name><var>$sent_http_</var><value>name</value></tag-name>
2755 <tag-desc> 2757 <tag-desc>
2756 the <value>name</value> response header field 2758 arbitrary response header field;
2759 the last part of a variable name is the field name converted
2760 to lower case with dashes replaced by underscores
2757 </tag-desc> 2761 </tag-desc>
2758 2762
2759 <tag-name><var>$server_addr</var></tag-name> 2763 <tag-name><var>$server_addr</var></tag-name>
2760 <tag-desc> 2764 <tag-desc>
2761 an address of the server which accepted a request 2765 an address of the server which accepted a request