Single instance HTTP Server using new Ethernet Interface. Blocking mode only; this improved stability, but the HTTP server must be started from a separate thread.
Fork of HTTPServer by
Revisions of HTTPRequestHandler.cpp
Revision | Date | Message | Actions |
---|---|---|---|
8:ccbdf6e28655 | 2013-06-01 | Disabled Debug Switch. | File Diff Annotate |
7:cb7fec1265b5 | 2013-06-01 | Fixed a Problem with incorrect HttpBody size when returning GET Request data. | File Diff Annotate |
6:fe661fa9d18a | 2013-06-01 | Added DEBUG preprocessor constant to each file. | File Diff Annotate |
4:d065642c32cc | 2013-05-28 | Added parameter parsing from uri in http webrequest. | File Diff Annotate |
3:d6224049b3bf | 2013-05-28 | First beta version | File Diff Annotate |
1:6b7472d5e9ee | 2013-05-26 | Basic functionality demonstrated. One issue exists with error pages, which does not work 100% | File Diff Annotate |