comparison xml/en/docs/http/ngx_http_keyval_module.xml @ 2454:253641e268a8

Added js_requests.js example in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 31 Oct 2019 15:33:19 +0300
parents 9d4b00f3ad2b
children 98fd810c13e0
comparison
equal deleted inserted replaced
2453:1b0cc44de0fd 2454:253641e268a8
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_keyval_module" 9 <module name="Module ngx_http_keyval_module"
10 link="/en/docs/http/ngx_http_keyval_module.html" 10 link="/en/docs/http/ngx_http_keyval_module.html"
11 lang="en" 11 lang="en"
12 rev="6"> 12 rev="7">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_keyval_module</literal> module (1.13.3) creates variables 17 The <literal>ngx_http_keyval_module</literal> module (1.13.3) creates variables
18 with values taken from key-value pairs managed by the 18 with values taken from key-value pairs managed by the
19 <link doc="ngx_http_api_module.xml" id="http_keyvals_">API</link>. 19 <link doc="ngx_http_api_module.xml" id="http_keyvals_">API</link>
20 or a variable (1.15.10) that can also be set with
21 <link doc="../njs/examples.xml" id="requests">njs</link>.
20 </para> 22 </para>
21 23
22 <para> 24 <para>
23 <note> 25 <note>
24 This module is available as part of our 26 This module is available as part of our