A client for the SmartREST protocol from Cumulocity.

Dependencies:   HTTPClient SmartRest

Revision:
10:478414cc15a4
Parent:
4:0eb69392686f
--- a/HTTPBuffer.h	Sun Feb 02 16:40:14 2014 +0000
+++ b/HTTPBuffer.h	Wed Feb 05 16:21:46 2014 +0000
@@ -26,7 +26,8 @@
     void setDataLen(size_t len);
     void bufferSize(size_t length);
 
-private:
+//private:
+public:
     // buffer, write and read pointers
     char *_buf, *_wptr, *_rptr;
     size_t _len;