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

Fork of libMiMic by Ryo Iizuka

Revision:
81:e5e4f2264d24
Parent:
43:a182f2b5ff41
--- a/mbed/HttpdConnection.h	Tue Jun 24 09:42:07 2014 +0000
+++ b/mbed/HttpdConnection.h	Tue Jun 24 14:34:39 2014 +0000
@@ -67,5 +67,10 @@
          * The function releases the httpd lock.
          */
         void unlockHttpd();
+        /**
+         * The function breaks the persist connection if it enabled.
+         */
+        void breakPersistentConnection();
+
     };
 }
\ No newline at end of file