diff xml/en/docs/njs/reference.xml @ 2446:32b945768dea

njs-0.3.6
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 22 Oct 2019 18:29:36 +0300
parents 080581ce888d
children 2aa02672d54f
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml	Tue Oct 22 18:24:04 2019 +0300
+++ b/xml/en/docs/njs/reference.xml	Tue Oct 22 18:29:36 2019 +0300
@@ -9,7 +9,7 @@
 <article name="Reference"
         link="/en/docs/njs/reference.html"
         lang="en"
-        rev="31">
+        rev="32">
 
 <section id="summary">
 
@@ -57,9 +57,10 @@
 can be accessed with the syntax <literal>headersIn.foo</literal>
 or <literal>headersIn['Foo']</literal>
 <note>
-For headers that can appear multiple times such as
+Before version <link doc="changes.xml" id="njs0.3.6">0.3.6</link>,
+for headers that could appear multiple times such as
 <header>Cookie</header> or <header>X-Forwarded-For</header>,
-only the first value will be returned.
+only the first value was returned.
 To get all cookies,
 <literal>r.variables.http_cookie</literal>
 should be used.