comparison xml/en/docs/njs/reference.xml @ 2348:5e17930672f5

Clarified description of r.uri in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 14 Mar 2019 18:55:49 +0300
parents ea8ccaac18b4
children 21f3a93fbe97
comparison
equal deleted inserted replaced
2347:bb38eaf636de 2348:5e17930672f5
7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd"> 7 <!DOCTYPE article SYSTEM "../../../../dtd/article.dtd">
8 8
9 <article name="Reference" 9 <article name="Reference"
10 link="/en/docs/njs/reference.html" 10 link="/en/docs/njs/reference.html"
11 lang="en" 11 lang="en"
12 rev="24"> 12 rev="25">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 <link doc="index.xml">njs</link> provides objects, methods and properties 17 <link doc="index.xml">njs</link> provides objects, methods and properties
157 <tag-desc> 157 <tag-desc>
158 writes a <literal>string</literal> to the error log 158 writes a <literal>string</literal> to the error log
159 on the <literal>warning</literal> level of logging 159 on the <literal>warning</literal> level of logging
160 </tag-desc> 160 </tag-desc>
161 161
162 <tag-name><literal>r.uri</literal></tag-name> 162 <tag-name id="r_uri"><literal>r.uri</literal></tag-name>
163 <tag-desc> 163 <tag-desc>
164 current URI, read-only 164 current <link doc="../http/ngx_http_core_module.xml" id="var_uri">URI</link>
165 in request,
166 <link doc="../http/ngx_http_core_module.xml" id="location">normalized</link>,
167 read-only
165 </tag-desc> 168 </tag-desc>
166 169
167 <tag-name id="subrequest"><literal>r.subrequest(<value>uri</value>[, 170 <tag-name id="subrequest"><literal>r.subrequest(<value>uri</value>[,
168 <value>options</value>[, <value>callback</value>]])</literal></tag-name> 171 <value>options</value>[, <value>callback</value>]])</literal></tag-name>
169 <tag-desc> 172 <tag-desc>