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.
Dependencies: C027_Support C12832 StatusReporter LM75B MQTT-ansond c027_radios endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: HTTPTransport.h
- Revision:
- 21:d1ce325d1d32
- Parent:
- 12:952dce085876
diff -r 4d7321f7579d -r d1ce325d1d32 HTTPTransport.h
--- a/HTTPTransport.h Thu Feb 27 15:20:30 2014 +0000
+++ b/HTTPTransport.h Thu Feb 27 22:07:45 2014 +0000
@@ -47,7 +47,9 @@
private:
char *createIOCLoadURL();
+ char *packageData(char *verb,char *data,int ioc_id);
char *createIOCUpdateURL(int ioc_id);
+ char *createIOCUpdateURL(int ioc_id,bool useRedirector);
};
#endif // ___HTTPTRANSPORT_H_
\ No newline at end of file