comparison xml/en/docs/njs/reference.xml @ 2941:8f50cc590cd7

Updated njs Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 14 Feb 2023 14:48:36 +0000
parents 918ec12be507
children ee84a44fa7f7
comparison
equal deleted inserted replaced
2940:eff433088019 2941:8f50cc590cd7
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="98"> 12 rev="99">
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
945 <tag-desc> 945 <tag-desc>
946 Returns a string containing the values of all headers with the specified name 946 Returns a string containing the values of all headers with the specified name
947 separated by a comma and a space. 947 separated by a comma and a space.
948 </tag-desc> 948 </tag-desc>
949 949
950 <tag-name id="response_headers_getall"><literal>getAll(<value>name</value>)</literal></tag-name> 950 <tag-name id="headers_getall"><literal>getAll(<value>name</value>)</literal></tag-name>
951 <tag-desc> 951 <tag-desc>
952 Returns an array containing the values of all headers with the specified name. 952 Returns an array containing the values of all headers with the specified name.
953 </tag-desc> 953 </tag-desc>
954 954
955 <tag-name id="headers_foreach"><literal>forEach()</literal></tag-name> 955 <tag-name id="headers_foreach"><literal>forEach()</literal></tag-name>