HttpServer Library for "mbed-os" which added a snapshot handler.

Dependents:   GR-PEACH-webcam GR-Boards_WebCamera GR-Boards_WebCamera GR-Boards_WebCamera

Fork of HttpServer_snapshot by Renesas

Revision:
6:d9e6379eefac
Parent:
0:fdf9c2c5200f
Child:
11:0700755d64ae
--- a/HTTPRequestHandler.h	Sat Feb 22 05:51:59 2014 +0000
+++ b/HTTPRequestHandler.h	Fri Aug 21 02:07:48 2015 +0000
@@ -97,6 +97,10 @@
   
   int readLine(char* str, int maxLen);
 
+  char line[128];
+  char key[128];
+  char value[128];
+
 };
 
 #endif