comparison xml/en/docs/stream/ngx_stream_keyval_module.xml @ 2806:462ca0f20a3d

Documented variables support for stream keyval module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 29 Nov 2021 10:45:07 +0000
parents bde7cd9a1173
children 79ebb6a3812b
comparison
equal deleted inserted replaced
2805:6fa0e92f6607 2806:462ca0f20a3d
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_stream_keyval_module" 9 <module name="Module ngx_stream_keyval_module"
10 link="/en/docs/stream/ngx_stream_keyval_module.html" 10 link="/en/docs/stream/ngx_stream_keyval_module.html"
11 lang="en" 11 lang="en"
12 rev="9"> 12 rev="10">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_stream_keyval_module</literal> module (1.13.7) creates variables 17 The <literal>ngx_stream_keyval_module</literal> module (1.13.7) 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="../http/ngx_http_api_module.xml" id="stream_keyvals_">API</link>. 19 <link doc="../http/ngx_http_api_module.xml" id="stream_keyvals_">API</link>
20 or a variable that can also be set with
21 <link url="https://github.com/nginx/njs-examples/">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