comparison xml/en/docs/http/ngx_http_core_module.xml @ 2003:be779702663e

Documented the "sent_trailer_" variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 27 Jun 2017 16:36:23 +0300
parents 2a3c58dcb3e8
children ee0aeddbe8a2
comparison
equal deleted inserted replaced
2002:e1f0ef8cff5e 2003:be779702663e
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_core_module" 10 <module name="Module ngx_http_core_module"
11 link="/en/docs/http/ngx_http_core_module.html" 11 link="/en/docs/http/ngx_http_core_module.html"
12 lang="en" 12 lang="en"
13 rev="71"> 13 rev="72">
14 14
15 <section id="directives" name="Directives"> 15 <section id="directives" name="Directives">
16 16
17 <directive name="absolute_redirect"> 17 <directive name="absolute_redirect">
18 <syntax><literal>on</literal> | <literal>off</literal></syntax> 18 <syntax><literal>on</literal> | <literal>off</literal></syntax>
3167 arbitrary response header field; 3167 arbitrary response header field;
3168 the last part of a variable name is the field name converted 3168 the last part of a variable name is the field name converted
3169 to lower case with dashes replaced by underscores 3169 to lower case with dashes replaced by underscores
3170 </tag-desc> 3170 </tag-desc>
3171 3171
3172 <tag-name id="var_sent_trailer_"><var>$sent_trailer_</var><value>name</value></tag-name>
3173 <tag-desc>
3174 arbitrary field sent at the end of the response (1.13.2);
3175 the last part of a variable name is the field name converted
3176 to lower case with dashes replaced by underscores
3177 </tag-desc>
3178
3172 <tag-name id="var_server_addr"><var>$server_addr</var></tag-name> 3179 <tag-name id="var_server_addr"><var>$server_addr</var></tag-name>
3173 <tag-desc> 3180 <tag-desc>
3174 an address of the server which accepted a request 3181 an address of the server which accepted a request
3175 <para> 3182 <para>
3176 Computing a value of this variable usually requires one system call. 3183 Computing a value of this variable usually requires one system call.