Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MbedSmartRest by
Diff: MbedClient.h
- Revision:
- 14:dc3f8dd5c02b
- Parent:
- 13:e76920d5e1ec
diff -r e76920d5e1ec -r dc3f8dd5c02b MbedClient.h
--- 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
