# HG changeset patch # User Yaroslav Zhuravlev # Date 1634233996 -3600 # Node ID 7255a5468474c359a13d3956e885828d1d9f5950 # Parent a2852750c3795e202a56c75b46895a9129e01a41 Documented HTTPS support for ngx_fetch. diff --git a/xml/en/docs/njs/reference.xml b/xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml +++ b/xml/en/docs/njs/reference.xml @@ -9,7 +9,7 @@
+ rev="75">
@@ -825,7 +825,8 @@ Makes a request to fetch an URL (0.5.1), returns a Promise that resolves with the Response object. -Only the http:// scheme is supported, +Since 0.7.0, +the https:// scheme is supported, redirects are not handled. The options parameter is expected to be an object