Mbed asked me to commit the library. Probably because it's an older version
Fork of HTTPServer by
History
Commit for HTTPServer. Mbed asked me to commit it probably because it may be an old version. I'm not sure why.
2017-05-04, by dotunhunter [Thu, 04 May 2017 12:09:12 +0000] rev 18
Commit for HTTPServer. Mbed asked me to commit it probably because it may be an old version. I'm not sure why.
Included RpcHandler in main HTTPServer header - allowed templating of RPC handler. Changed RPC succesful execution return code from 1 to 200. HTTP was sending a response of 1 on success, causing the client to assume there was an error.
2015-06-15, by sarahmarshy [Mon, 15 Jun 2015 16:07:28 +0000] rev 17
Included RpcHandler in main HTTPServer header - allowed templating of RPC handler. Changed RPC succesful execution return code from 1 to 200. HTTP was sending a response of 1 on success, causing the client to assume there was an error.
- 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.