Henry Leinen / HTTPServer

Dependents:   EthHTTPServer if201410_section5 _PE2E_12-04_EthernetInterfaceServer MGAS_GR_Peach ... more

Fork of WiFlyHTTPServer by Henry Leinen

History

- Removed old Debug message helper macros and replaced them with new hl_debug.h macros. default tip

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.


Fixed a Problem with incorrect HttpBody size when returning GET Request data.

2013-06-01, by leihen [Sat, 01 Jun 2013 17:47:45 +0000] rev 7

Fixed a Problem with incorrect HttpBody size when returning GET Request data.
; Fixed incorrect variable size for returned data, which led to a Problem when returned data length exceeds 65535 Bytes.