|
Whitebeam Template Reference Documentation
|
rb.HttpRequest.HttpHeader
An HTTP header comprising a name and a value pair.
Elements
The rb.HttpRequest.HttpHeader struct has 2 elements:
Name | Type/Value | Range/Length | Description | name | string | | Required.
The name of the HTTP header to send.
| value | string | | Required.
The string value of the the header to send to the server.
|
Remarks
This object represents an HTTP header - either sent to - or returned from a remote server. Each instance of this
object represents a single header. Multiple headers can have the same name.
|
|
(loadtime : 118ms) |