HttpField

Constructors

this
this(HttpHeader header, string name, string value)
Undocumented in source.
this
this(HttpHeader header, string value)
Undocumented in source.
this
this(HttpHeader header, HttpHeaderValue value)
Undocumented in source.
this
this(string name, string value)
Undocumented in source.

Members

Classes

IntValueHttpField
class IntValueHttpField
Undocumented in source.
LongValueHttpField
class LongValueHttpField
Undocumented in source.

Functions

contains
bool contains(string search)

Look for a value in a possible multi valued field

getHeader
HttpHeader getHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
getIntValue
int getIntValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getLongValue
long getLongValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
string getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getValues
string[] getValues()
Undocumented in source. Be warned that the author may not have intended to support it.
isSameName
bool isSameName(HttpField field)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Meta