comparison xml/en/docs/njs/njs_api.xml @ 2198:bb2c6b63cb9a

Documented r.responseBody size in njs.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 02 Jul 2018 20:49:15 +0300
parents 23cfb62121d1
children 85c8fecd7309
comparison
equal deleted inserted replaced
2197:03f8a9c5e8ae 2198:bb2c6b63cb9a
675 holds the request body, read-only 675 holds the request body, read-only
676 </tag-desc> 676 </tag-desc>
677 677
678 <tag-name><literal>r.responseBody</literal></tag-name> 678 <tag-name><literal>r.responseBody</literal></tag-name>
679 <tag-desc> 679 <tag-desc>
680 holds the <link id="subrequest">subrequest</link> response body, read-only 680 holds the <link id="subrequest">subrequest</link> response body, read-only.
681 The size of <literal>r.responseBody</literal> is limited by the
682 <link doc="../http/ngx_http_core_module.xml" id="subrequest_output_buffer_size"/>
683 directive.
681 </tag-desc> 684 </tag-desc>
682 685
683 <tag-name><literal>r.return(status[, string])</literal></tag-name> 686 <tag-name><literal>r.return(status[, string])</literal></tag-name>
684 <tag-desc> 687 <tag-desc>
685 sends the entire response 688 sends the entire response