Adaptation of the HttpServer by user yueee_yt. This version has improved handling of the HTTP headers (**NOTE**: There are limitations with this implementation and it is not fully functional. Use it only as a starting point.)

Dependents:   DMSupport DMSupport DMSupport DMSupport

Fork of DM_HttpServer by EmbeddedArtists AB

Revision:
7:ee7af5de4b95
Parent:
6:7b3320c34654
Child:
10:c1c8276af541
--- a/Handler/FSHandler.cpp	Tue Dec 02 15:04:43 2014 +0000
+++ b/Handler/FSHandler.cpp	Wed Dec 03 13:34:20 2014 +0000
@@ -98,7 +98,7 @@
     respHeaders()["Connection"] = "close";
     onWriteable();
 #ifdef _DEBUG_FS_HANDLER
-    DMBoard::instance().logger()->printf("\r\nExit SimpleHandler::doGet()\r\n");
+    DMBoard::instance().logger()->printf("\r\nExit FSHandler::doGet()\r\n");
 #endif
 }