A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

Revision:
15:0ce90c525e7a
Parent:
14:dc3f8dd5c02b
--- a/HTTPResponseFilter.h	Mon Apr 14 11:23:50 2014 +0000
+++ b/HTTPResponseFilter.h	Tue Apr 15 16:57:53 2014 +0000
@@ -30,6 +30,7 @@
 private:
     AbstractDataSource& _source;
     uint8_t _state;
+    size_t _length, _read;
 };
 
 #endif
\ No newline at end of file