comparison xml/en/docs/njs/reference.xml @ 2848:c8d57f14c51b

Documented escaped URIs for r.internalRedirect in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 17 May 2022 12:53:09 +0100
parents f5e49925e9db
children 1e1a15c84515
comparison
equal deleted inserted replaced
2847:f5e49925e9db 2848:c8d57f14c51b
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="81"> 12 rev="82">
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
183 Since <link doc="changes.xml" id="njs0.5.3">0.5.3</link>, 183 Since <link doc="changes.xml" id="njs0.5.3">0.5.3</link>,
184 the variable declared with the <literal>js_var</literal> directive for 184 the variable declared with the <literal>js_var</literal> directive for
185 <link doc="../http/ngx_http_js_module.xml" id="js_var">http</link> or 185 <link doc="../http/ngx_http_js_module.xml" id="js_var">http</link> or
186 <link doc="../stream/ngx_stream_js_module.xml" id="js_var">stream</link> 186 <link doc="../stream/ngx_stream_js_module.xml" id="js_var">stream</link>
187 can be used. 187 can be used.
188 </note>
189 </para>
190
191 <para>
192 <note>
193 Since <link doc="changes.xml" id="njs0.7.4">0.7.4</link>,
194 the method accepts escaped URIs.
188 </note> 195 </note>
189 </para> 196 </para>
190 197
191 </tag-desc> 198 </tag-desc>
192 199