|
Whitebeam Template Reference Documentation
|
rb.page.headerinfo
This definition is used by
'rb.page.iterateHeader'
Elements
The rb.page.headerinfo struct has 2 elements:
Name | Type/Value | Range/Length | Description | name | string | | Required. The name of the HTTP header | value | string | | Required. The contents of the HTTP header |
Remarks
This structure contains two fields, name and value, representing the name and contents of a
single HTTP header. The definition is used in conjunction with 'rb.page.iterateHeader'
which allows a presentation page to iterate over each of the HTTP headers in turn.
Example
See : 'rb.page.iterateHeader'
|
|
(loadtime : 87ms) |