Public Member Functions | |
HttpHeader (const HttpHeader &hdr) | |
HttpHeader & | operator= (const HttpHeader &hdr) |
String & | Header (const String &name) |
bool | HasHeader (const String &name) const |
String & | ContentLength () |
String & | ContentType () |
int | Count () const |
void | ParseLine (const String &line) |
void | Write (spl::IStream &stream) const |
StringPtr | ToString () const |
virtual void | ValidateMem () const |
virtual void | CheckMem () const |
Protected Attributes | |
Vector< Association< String, String > > | m_headers |
Hashtable< String, int > | m_headerIdx |
Definition at line 33 of file HttpHeader.h.