This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

Revision:
18:1970fec78229
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed/Http.h	Fri Apr 26 14:55:24 2013 +0000
@@ -0,0 +1,17 @@
+#pragma once
+////////////////////////////////////////////////////////////////////////////////
+// Httpd.h
+////////////////////////////////////////////////////////////////////////////////
+
+#include "NyLPC_net.h"
+
+namespace MiMic
+{
+    class Http
+    {
+    public:
+        const static int MT_GET =NyLPC_THttpMethodType_GET;
+        const static int MT_POST=NyLPC_THttpMethodType_POST;
+        const static int MT_HEAD=NyLPC_THttpMethodType_HEAD;
+    };
+}  
\ No newline at end of file