Loading TOC...

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);

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.