1
0

Improved the HTTPFormParser code.

No change to the functionality.
This commit is contained in:
madmaxoft
2013-09-28 23:02:16 +02:00
parent b883a0b514
commit bb0fb0aa30
2 changed files with 16 additions and 57 deletions

View File

@@ -50,6 +50,10 @@ protected:
AString m_IncomingData;
bool m_IsValid;
/// Simple static objects to hold the various strings for comparison with request's content-type
static AString m_FormURLEncoded;
static AString m_MultipartFormData;
/// Parses m_IncomingData as form-urlencoded data (fpkURL or fpkFormUrlEncoded kinds)