| GWC Template Language Reference / Template Paths - Document hierarchy | |
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. |
<div gwc:repeat="h document/request/headers"> <b gwc:content="h/name"/>=<i gwc:content="h/value" /> </div>
Displays debug information.