Single instance HTTP Server using new Ethernet Interface with bug fix for URL arguments
Fork of HTTPServer by
History
Fixed bug in parsing of URL arguments
2013-10-09, by ollie8 [Wed, 09 Oct 2013 06:13:40 +0000] rev 17
Fixed bug in parsing of URL arguments
- Removed old Debug message helper macros and replaced them with new hl_debug.h macros.
2013-08-17, by leihen [Sat, 17 Aug 2013 16:17:55 +0000] rev 16
- Removed old Debug message helper macros and replaced them with new hl_debug.h macros.
; - Renamed debug.h file to hl_debug.h to avoid conflict with EthernetInterface.
; - Fixed incorrectly used debug macro where an ERR was used instead of an INFO
Added missing debug.h
2013-08-17, by leihen [Sat, 17 Aug 2013 15:34:07 +0000] rev 15
Added missing debug.h
Changed behaviour, so that now an EthernetInterface can be provided by user of the library as an alternative to having the HTTPServer being the owner.
2013-08-17, by leihen [Sat, 17 Aug 2013 12:12:13 +0000] rev 14
Changed behaviour, so that now an EthernetInterface can be provided by user of the library as an alternative to having the HTTPServer being the owner.
; Example documentation Extended.
First Version of a working Ethernet HTTP Server.
2013-06-22, by leihen [Sat, 22 Jun 2013 15:41:34 +0000] rev 13
First Version of a working Ethernet HTTP Server.
Improved throughput of data.
2013-06-05, by leihen [Wed, 05 Jun 2013 23:39:24 +0000] rev 12
Improved throughput of data.
; fixed incorrect Header handling.
; Fixed Support for other FileSystem Handler
A few bugfixes
2013-06-02, by leihen [Sun, 02 Jun 2013 22:59:51 +0000] rev 11
A few bugfixes
merged, some minor changes and improvements
2013-06-02, by leihen [Sun, 02 Jun 2013 00:37:38 +0000] rev 10
merged, some minor changes and improvements
Some small simplifications and improvements.
2013-06-02, by leihen [Sun, 02 Jun 2013 00:33:56 +0000] rev 9
Some small simplifications and improvements.
Disabled Debug Switch.
2013-06-01, by leihen [Sat, 01 Jun 2013 18:00:18 +0000] rev 8
Disabled Debug Switch.