summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer/HTTPFormParser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness1-290/+0
2013-10-13Fixed WebAdmin's request parameters.madmaxoft1-0/+12
Also added doxycomments on what they really contain.
2013-10-05WebAdmin uses the new HTTP functionality.madmaxoft1-2/+3
This is a partial implementation of #183.
2013-10-04HTTP Server can now parse multipart/form-data forms; better architecture.madmaxoft1-16/+127
2013-09-28Improved the HTTPFormParser code.madmaxoft1-57/+12
No change to the functionality.
2013-09-28Fixed recognition of multipart-form-data forms.madmaxoft1-2/+2
2013-09-28Created basic cHTTPFormParser.madmaxoft1-0/+211
It can parse forms in the application/x-www-form-urlencoded encoding, used for forms without file uploads.