# HG changeset patch # User Yaroslav Zhuravlev # Date 1614875894 0 # Node ID e067ad74b0cd269e81ec95d33c6e9e779a9574aa # Parent 2085eb3156729c673960ffd11add387c9e5b0adb Corrected links to Response Object in njs reference. 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="66">
@@ -658,7 +658,7 @@ if the body was read. headers The Headers read-only object associated with the -Response: +Response: @@ -746,7 +746,7 @@ since 0.5.1), returns a Promise that resolves with -the Response object. +the Response object. Only the http:// scheme is supported, redirects are not handled.