comparison xml/en/docs/http/ngx_http_js_module.xml @ 2246:32ba43abf9cd

Renamed njs API, njs Changes.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 24 Sep 2018 19:24:04 +0300
parents 87a0e2c73a25
children 1101e24c6d14
comparison
equal deleted inserted replaced
2245:87a0e2c73a25 2246:32ba43abf9cd
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_js_module" 9 <module name="Module ngx_http_js_module"
10 link="/en/docs/http/ngx_http_js_module.html" 10 link="/en/docs/http/ngx_http_js_module.html"
11 lang="en" 11 lang="en"
12 rev="17"> 12 rev="18">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_js_module</literal> module is used to implement 17 The <literal>ngx_http_js_module</literal> module is used to implement
160 160
161 <section id="arguments" name="Request Argument"> 161 <section id="arguments" name="Request Argument">
162 162
163 <para> 163 <para>
164 Each HTTP njs handler receives one argument, a request 164 Each HTTP njs handler receives one argument, a request
165 <link doc="../njs/njs_api.xml" id="http_request">object</link>. 165 <link doc="../njs/reference.xml" id="http">object</link>.
166 </para> 166 </para>
167 167
168 </section> 168 </section>
169 169
170 </module> 170 </module>