Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

HttpRequest.HttpHeader

An HTTP header comprising a name and a value pair.

Elements

The HttpRequest.HttpHeader struct has 2 elements:

Name Type/Value Range/Length Description
namestring  Required. The name of the HTTP header to send.
valuestring  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.

Whitebeam release 1.3.36
(loadtime : 9ms)