xdmp.setResponseChunkedEncoding

xdmp.setResponseChunkedEncoding(
   chumked as Boolean
) as null

Summary

Enabble/disables chunked encoding

Parameters
chumked true to enable chunked transfer, false otherwise

Required Privileges

http://marklogic.com/xdmp/privileges/xdmp-add-response-header

Example

xdmp.setResponmseChunkedEncoding(true);
Powered by MarkLogic Server | Terms of Use | Privacy Policy