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

@@ -2727,6 +2727,14 @@
RelativePath="..\source\HTTPServer\HTTPConnection.h"
>
</File>
<File
RelativePath="..\source\HTTPServer\HTTPFormParser.cpp"
>
</File>
<File
RelativePath="..\source\HTTPServer\HTTPFormParser.h"
>
</File>
<File
RelativePath="..\source\HTTPServer\HTTPMessage.cpp"
>