1
0

Created basic cHTTPFormParser.

It can parse forms in the application/x-www-form-urlencoded encoding, used for forms without file uploads.
This commit is contained in:
madmaxoft
2013-09-28 19:30:25 +02:00
parent 3b473f7a67
commit 8130e6dd54
6 changed files with 324 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ bool cHTTPRequest::ParseHeaders(const char * a_IncomingData, size_t a_IdxEnd)
size_t cHTTPRequest::ParseRequestLine(const char * a_Data, size_t a_IdxEnd)
{
// Ignore the initial CRLFs (HTTP spec's "should")