A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

Revision:
14:dc3f8dd5c02b
Parent:
13:e76920d5e1ec
--- a/MbedClient.h	Fri Apr 11 09:33:45 2014 +0000
+++ b/MbedClient.h	Mon Apr 14 11:23:50 2014 +0000
@@ -6,6 +6,7 @@
 #include "TCPSocketConnection.h"
 #include "MbedDataSource.h"
 #include "MbedDataSink.h"
+#include "HTTPResponseFilter.h"
 
 #define MBED_STATE_INIT 0
 #define MBED_STATE_IN_REQUEST 1
@@ -38,6 +39,7 @@
     TCPSocketConnection _sock;
     MbedDataSource _source;
     MbedDataSink _sink;
+    HTTPResponseFilter _filter;
 };
 
 #endif
\ No newline at end of file