Upper Version Add PUT method Delete POST method

Dependencies:   Adafruit_GFX MbedJSONValue_v102 WIZnetInterface mbed

Fork of WIZwiki-REST-io_v102 by Lawrence Lee

Revision:
1:728e5b5c8dae
Parent:
0:5886f525a4ad
Child:
2:ca36ecca24c2
--- a/HTTPServer.h	Wed Mar 02 03:28:08 2016 +0000
+++ b/HTTPServer.h	Tue Apr 05 11:40:33 2016 +0000
@@ -17,8 +17,8 @@
 }HTTP_RESULT;
 
 
-static  char HTTPBUF[1024] ={0,};
-static  char rest_result[1024] = {0,};
+static  char HTTPBUF[512] ={0,};
+static  char rest_result[512] = {0,};
 
 class HTTPServer
 {