1
0
cuberite-2a/source/HTTPServer
madmaxoft 8130e6dd54 Created basic cHTTPFormParser.
It can parse forms in the application/x-www-form-urlencoded encoding, used for forms without file uploads.
2013-09-28 19:30:25 +02:00
..
HTTPConnection.cpp Added cHTTPServer callbacks; fixed keep-alives. 2013-09-27 21:28:41 +02:00
HTTPConnection.h Added cHTTPServer callbacks; fixed keep-alives. 2013-09-27 21:28:41 +02:00
HTTPFormParser.cpp Created basic cHTTPFormParser. 2013-09-28 19:30:25 +02:00
HTTPFormParser.h Created basic cHTTPFormParser. 2013-09-28 19:30:25 +02:00
HTTPMessage.cpp Created basic cHTTPFormParser. 2013-09-28 19:30:25 +02:00
HTTPMessage.h Created basic cHTTPFormParser. 2013-09-28 19:30:25 +02:00
HTTPServer.cpp Created basic cHTTPFormParser. 2013-09-28 19:30:25 +02:00
HTTPServer.h Added cHTTPServer callbacks; fixed keep-alives. 2013-09-27 21:28:41 +02:00