The Header object

The header objects are scanned through the document/request/headers collection.

Fields Type Description
name Attribute (string) A string containing the header name.
value Attribute (string) A string containing the header value.

Example

<div gwc:repeat="h document/request/headers">
<b gwc:content="h/name"/>=<i gwc:content="h/value" />
</div>

Displays debug information.