1
0

Fixed warnings in HTTP parser.

This commit is contained in:
madmaxoft
2013-12-20 16:20:54 +01:00
parent 812375fab1
commit b66722f735
4 changed files with 15 additions and 5 deletions

View File

@@ -32,6 +32,9 @@ public:
cHTTPMessage(eKind a_Kind);
// Force a virtual destructor in all descendants
virtual ~cHTTPMessage() {};
/// Adds a header into the internal map of headers. Recognizes special headers: Content-Type and Content-Length
void AddHeader(const AString & a_Key, const AString & a_Value);