The lib with which to make LPC1768 a simple HTTP server. This have not yet implemented. fopen() DOESN'T WORK after EthernetInterface::connect() is called as using mbed-os 5.4~. See also https://os.mbed.com/questions/80658/HardFault-occurs-when-fopen-is-called-af/ or https://github.com/ARMmbed/mbed-os/issues/6578 and https://github.com/ARMmbed/mbed-os/issues/6624

Fork of HTTP_SERVER by Akifumi Takahashi

Revision:
8:b013075de2e4
Parent:
7:184c6f1ace94
Child:
10:4a48594c2f44
--- a/HTTP_SERVER.cpp	Mon Nov 28 08:27:42 2016 +0000
+++ b/HTTP_SERVER.cpp	Mon Nov 28 08:43:26 2016 +0000
@@ -1,6 +1,8 @@
 #include "HTTP_SERVER.h"
 #include "string"
+#ifndef DEBUG
 #define DEBUG
+#endif
 
 void DEBUG_PRINT_LINE(const char* arg_line)
 {