HttpHeaderValue

Members

Functions

asString
string asString()
Undocumented in source. Be warned that the author may not have intended to support it.
isSame
bool isSame(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ValuesMemberTempate!(HttpHeaderValue)
Undocumented in source.

Static functions

hasKnownValues
bool hasKnownValues(HttpHeader header)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

CACHE
HttpHeaderValue[string] CACHE;
Undocumented in source.

Variables

BYTES
enum HttpHeaderValue BYTES;
Undocumented in source.
CHUNKED
enum HttpHeaderValue CHUNKED;
Undocumented in source.
CLOSE
enum HttpHeaderValue CLOSE;
Undocumented in source.
CONTINUE
enum HttpHeaderValue CONTINUE;
Undocumented in source.
GZIP
enum HttpHeaderValue GZIP;
Undocumented in source.
IDENTITY
enum HttpHeaderValue IDENTITY;
Undocumented in source.
KEEP_ALIVE
enum HttpHeaderValue KEEP_ALIVE;
Undocumented in source.
NO_CACHE
enum HttpHeaderValue NO_CACHE;
Undocumented in source.
PROCESSING
enum HttpHeaderValue PROCESSING;
Undocumented in source.
TE
enum HttpHeaderValue TE;
Undocumented in source.
UNKNOWN
enum HttpHeaderValue UNKNOWN;
Undocumented in source.
UPGRADE
enum HttpHeaderValue UPGRADE;
Undocumented in source.

Meta