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:
17:ce5845164001
Parent:
0:cc483bea4fe3
diff -r c3920b5b8572 -r ce5845164001 handlers/FileHandler.h
--- a/handlers/FileHandler.h	Mon Mar 19 09:25:32 2018 +0000
+++ b/handlers/FileHandler.h	Fri Mar 23 07:39:28 2018 +0000
@@ -4,7 +4,7 @@
 #include "mbed.h"
 #include "string.h"
 #include <stdlib.h>
-
+extern LocalFileSystem local;
 using namespace std;
 class FileHandler
 {