summaryrefslogtreecommitdiffstats
path: root/source/HTTPServer/HTTPServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Created basic cHTTPFormParser.madmaxoft2013-09-281-2/+34
| | | | It can parse forms in the application/x-www-form-urlencoded encoding, used for forms without file uploads.
* Added cHTTPServer callbacks; fixed keep-alives.madmaxoft2013-09-271-11/+69
| | | | The HTTP server now calls callbacks specified in its start function (debugified atm.) and it processes multiple requests on a single connection.
* Fixed parsing and implemented write nofitication.madmaxoft2013-09-271-1/+10
| | | | The web connection finally works with a browser.
* Split cHTTPConnection implementation into a separate file.madmaxoft2013-09-271-139/+1
|
* Rewritten HTTPServer to split into cHTTPConnection, cHTTPRequest and cHTTPResponse classes.madmaxoft2013-09-271-0/+267