Changes

Jump to navigation Jump to search
8 bytes added ,  16:21, 9 March 2023
no edit summary
| width='120' | '''Signature'''
|<pre>web:create-url(
$url as xs:string, $parameters as map(*),
$anchor as xs:string := ()
) as xs:string</pre>
| width='120' | '''Signature'''
|<pre>web:forward(
$path as xs:string,
$parameters as map(*) := ()
) as element(rest:forward)</pre>
| width='120' | '''Signature'''
|<pre>web:redirect(
$url as xs:string, $parameters as map(*) := (),
$anchor as xs:string := ()
) as element(rest:response)</pre>
| width='120' | '''Signature'''
|<pre>web:response-header(
$output as map(*)? := (), $headers as map(*)? := (),
$atts as map(*)? := ()
) as element(rest:response)</pre>
| width='120' | '''Signature'''
|<pre>web:error(
$status as xs:integer,
$message as xs:string
) as none</pre>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu