HttpServer Library for "mbed classic" which added a snapshot handler.

Dependents:   GR-PEACH_WebCamera_OV5642_fixedIP GR-PEACH_WebCamera_AP

Fork of HttpServer by Yasushi TAUCHI

Revision:
8:a9fb8fe9b8a3
Parent:
0:fdf9c2c5200f
--- a/Handler/FSHandler.h	Wed Oct 21 08:27:27 2015 +0000
+++ b/Handler/FSHandler.h	Fri Oct 23 11:02:35 2015 +0000
@@ -53,6 +53,7 @@
   FILE* m_fp;
   bool m_err404;
   static map<string,string> m_lFsPath;
+  static Semaphore req_sem;
 };
 
 #endif