diff xml/en/docs/njs/reference.xml @ 2344:ea8ccaac18b4

Added default values for r.subrequest options in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 01 Mar 2019 19:04:02 +0300
parents 537130c40c1f
children 5e17930672f5
line wrap: on
line diff
--- a/xml/en/docs/njs/reference.xml	Thu Feb 28 19:05:34 2019 +0300
+++ b/xml/en/docs/njs/reference.xml	Fri Mar 01 19:04:02 2019 +0300
@@ -9,7 +9,7 @@
 <article name="Reference"
         link="/en/docs/njs/reference.html"
         lang="en"
-        rev="23">
+        rev="24">
 
 <section id="summary">
 
@@ -191,16 +191,17 @@
 <list type="tag">
 <tag-name><literal>args</literal></tag-name>
 <tag-desc>
-arguments string
+arguments string, by default an empty string is used
 </tag-desc>
 <tag-name><literal>body</literal></tag-name>
 <tag-desc>
-request body
+request body,
+by default the request body of the parent request object is used
 </tag-desc>
 
 <tag-name><literal>method</literal></tag-name>
 <tag-desc>
-HTTP method
+HTTP method, by default the <literal>GET</literal> method is used
 </tag-desc>
 
 </list>