comparison xml/en/docs/http/ngx_http_keyval_module.xml @ 2804:8831b3d9f332

Moved njs Examples to GitHub.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 24 Nov 2021 12:06:27 +0000
parents bde7cd9a1173
children 79ebb6a3812b
comparison
equal deleted inserted replaced
2803:27d8865dfb5b 2804:8831b3d9f332
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 20 or a variable (1.15.10) that can also be set with
21 <link doc="../njs/examples.xml" id="requests">njs</link>. 21 <link url="https://github.com/nginx/njs-examples/#logging-the-number-of-requests-per-client-http-logging-num-requests">njs</link>.
22 </para> 22 </para>
23 23
24 <para> 24 <para>
25 <note> 25 <note>
26 This module is available as part of our 26 This module is available as part of our