Changes

Jump to navigation Jump to search
24 bytes removed ,  18:31, 1 December 2023
m
Text replacement - "<syntaxhighlight lang="xquery">" to "<pre lang='xquery'>"
</syntaxhighlight>
* The following expression returns a media-type for binary data, a caching directive, and the OK status:<br/>
<syntaxhighlight pre lang="'xquery"'>
web:response-header(
map { 'media-type': 'application/octet-stream' },
</syntaxhighlight>
* The following RESTXQ function returns the contents of a file to the client with correct media type:<br/>
<syntaxhighlight pre lang="'xquery"'>
declare %rest:path('media/{$file}') function local:get($file) {
let $path := 'path/to/' || $file
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu