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:
4:0b5a199e91f3
Parent:
2:ca36ecca24c2
Child:
8:60d99da6eeb2
--- a/HTTPServer.h	Tue May 03 02:21:56 2016 +0000
+++ b/HTTPServer.h	Tue May 31 10:31:30 2016 +0000
@@ -19,8 +19,8 @@
 }HTTP_RESULT;
 
 
-static  char HTTPBUF[512] ={0,};
-static  char rest_result[512] = {0,};
+static  char HTTPBUF[600] = {0,};
+static  char rest_result[532] = {0,};
 
 class HTTPServer
 {