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:
2:33714d7c0f45
Parent:
1:3a1fe94c6e42
Child:
3:59884bc0a238
diff -r 3a1fe94c6e42 -r 33714d7c0f45 handlers/ResponseMessenger.cpp
--- a/handlers/ResponseMessenger.cpp	Sat Nov 26 16:49:04 2016 +0000
+++ b/handlers/ResponseMessenger.cpp	Sat Nov 26 18:06:53 2016 +0000
@@ -17,8 +17,8 @@
     //  Status-Line
     status_code         = 0;
     reason_phrase[0]    = '\0';
+    //  Response Header
     header_field_buffer[0]='\0';
-    //  Response Header
     return 0;
 }
 int ResponseMessenger::setStatusLine(