WIZwiki-REST-io ver.2 Add POST Method

Dependencies:   MbedJSONValue_copy WIZnetInterface mbed

Fork of WIZwiki-REST_mc by Lawrence Lee

Revision:
4:0b5a199e91f3
Parent:
2:ca36ecca24c2
--- 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
 {