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:
8:60d99da6eeb2
Parent:
4:0b5a199e91f3
diff -r 64db444b21f4 -r 60d99da6eeb2 HTTPServer.h
--- a/HTTPServer.h	Fri Jul 29 08:15:34 2016 +0000
+++ b/HTTPServer.h	Mon Sep 05 06:29:55 2016 +0000
@@ -8,7 +8,7 @@
 #include "RequestHandler.h"
 #include "EthernetInterface.h"
 
-//#define DEBUG_HTTP
+#define DEBUG_HTTP
 
 typedef enum _HTTP_RESULT
 {
@@ -20,7 +20,7 @@
 
 
 static  char HTTPBUF[600] = {0,};
-static  char rest_result[532] = {0,};
+static  char rest_result[300] = {0,};
 
 class HTTPServer
 {