summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer/HTTPFormParser.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-112/+0
2013-10-13Fixed WebAdmin's request parameters.madmaxoft1-6/+11
Also added doxycomments on what they really contain.
2013-10-04HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft1-10/+49
2013-09-28Improved the HTTPFormParser code.madmaxoft1-0/+4
No change to the functionality.
2013-09-28Created basic cHTTPFormParser.madmaxoft1-0/+64
It can parse forms in the application/x-www-form-urlencoded encoding, used for forms without file uploads.