| '''Summary'''
|Returns the value of the named header in an HTTP request. If the header does not exist, an empty sequence or the optionally specified default value is returned instead.
|-
| '''Examples'''
|The following example will return the Hostname and the port of the calling client:
<pre class="brush:xquery">
request:parameter('Host')
</pre>
|}