| '''Summary'''
|Returns the value of the named Cookie in an HTTP request. If there is no such cookie, 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>
|}