changeset 2774:7255a5468474

Documented HTTPS support for ngx_fetch.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 14 Oct 2021 18:53:16 +0100
parents a2852750c379
children 9ce9239c6b7b
files xml/en/docs/njs/reference.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml	Thu Oct 14 18:53:16 2021 +0100
+++ b/xml/en/docs/njs/reference.xml	Thu Oct 14 18:53:16 2021 +0100
@@ -9,7 +9,7 @@
 <article name="Reference"
         link="/en/docs/njs/reference.html"
         lang="en"
-        rev="74">
+        rev="75">
 
 <section id="summary">
 
@@ -825,7 +825,8 @@
 (<link doc="changes.xml" id="njs0.5.1">0.5.1</link>),
 returns a <literal>Promise</literal> that resolves with
 the <link id="response"><literal>Response</literal></link> object.
-Only the <literal>http://</literal> scheme is supported,
+Since <link doc="changes.xml" id="njs0.7.0">0.7.0</link>,
+the <literal>https://</literal> scheme is supported,
 redirects are not handled.
 <para>
 The <literal>options</literal> parameter is expected to be an object