xdmp:add-response-header( $name as xs:string, $value as xs:string ) as empty-sequence()
Adds an HTTP response header field.
Parameters | |
---|---|
name | The response header name. |
value | The value to set for this response header. |
http://marklogic.com/xdmp/privileges/xdmp-add-response-header
xdmp:add-response-header("meta", "description")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.