xdmp:set-response-chunked-encoding

xdmp:set-response-chunked-encoding(
   $chumked as xs:boolean
) as empty-sequence()

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:set-response-chunked-encoding(fn:true())
Powered by MarkLogic Server | Terms of Use | Privacy Policy