HeaderFieldNames

Members

Static functions

GeneralNameList
istring[] GeneralNameList()

List of field names.

Static variables

EntityNameList
istring[] EntityNameList;

List of field names.

RequestNameList
istring[] RequestNameList;

List of field names.

ResponseNameList
istring[] ResponseNameList;

List of field names.

Structs

Entity
struct Entity

Entity header fields for requests/responses which support entities. @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html#sec7.1

General
struct General

General header fields for request and response @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.5

Request
struct Request

Request specific header fields in addition to the General fields @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.3

Response
struct Response

Response specific header fields in addition to the Genereal fields @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.2

Variables

EntityNames
enum Entity EntityNames;

Constant instance holding field names

GeneralNames
enum General GeneralNames;

Constant instance holding field names

RequestNames
enum Request RequestNames;

Constant instance holding field names

ResponseNames
enum Response ResponseNames;

Constant instance holding field names

Meta