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.

Dependents:   SmartLight

Fork of HTTPServer by Henry Leinen

Revisions of HTTPRequestHandler.cpp

Revision Date Message Actions
17:d7186c696729 2014-05-15 - converted to blocking mode & removed polling; greatly improving stability, but HTTP server must be started from a separate thread (not the main app thread); - moved ethernet interface and port assignment out of start() method; - updated log messages File  Diff  Annotate
16:cc3f5c53d0d5 2013-08-17 - Removed old Debug message helper macros and replaced them with new hl_debug.h macros. File  Diff  Annotate
13:aa5338a5e452 2013-06-22 First Version of a working Ethernet HTTP Server. File  Diff  Annotate
12:ba81cc117fb6 2013-06-05 Improved throughput of data. File  Diff  Annotate
11:3943841e1798 2013-06-02 A few bugfixes File  Diff  Annotate
10:cbde7929db7f 2013-06-02 merged, some minor changes and improvements File  Diff  Annotate
9:c2a1462b9b71 2013-06-02 Some small simplifications and improvements. File  Diff  Annotate
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