HttpComplianceSection

Undocumented in source.

Constructors

this
this(string name, string url, string description)
Undocumented in source.

Members

Functions

getDescription
string getDescription()
Undocumented in source. Be warned that the author may not have intended to support it.
getURL
string getURL()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(HttpComplianceSection b)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

valueOf
HttpComplianceSection valueOf(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

values
HttpComplianceSection[string] values;
Undocumented in source.

Variables

CASE_INSENSITIVE_FIELD_VALUE_CACHE
enum HttpComplianceSection CASE_INSENSITIVE_FIELD_VALUE_CACHE;
Undocumented in source.
FIELD_COLON
enum HttpComplianceSection FIELD_COLON;
Undocumented in source.
FIELD_NAME_CASE_INSENSITIVE
enum HttpComplianceSection FIELD_NAME_CASE_INSENSITIVE;
Undocumented in source.
METHOD_CASE_SENSITIVE
enum HttpComplianceSection METHOD_CASE_SENSITIVE;
Undocumented in source.
NO_FIELD_FOLDING
enum HttpComplianceSection NO_FIELD_FOLDING;
Undocumented in source.
NO_HTTP_0_9
enum HttpComplianceSection NO_HTTP_0_9;
Undocumented in source.
NO_WS_AFTER_FIELD_NAME
enum HttpComplianceSection NO_WS_AFTER_FIELD_NAME;
Undocumented in source.
Null
enum HttpComplianceSection Null;
Undocumented in source.
description
string description;
Undocumented in source.
url
string url;
Undocumented in source.

Meta