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:
- 7:f570eb3f38cd
- Parent:
- 0:ae2a45502448
- Child:
- 9:ff877db53cfd
--- a/HTTPTransport.h Wed Feb 26 07:22:34 2014 +0000
+++ b/HTTPTransport.h Wed Feb 26 18:59:08 2014 +0000
@@ -30,7 +30,7 @@
HTTPClient *m_http;
public:
- HTTPTransport(ErrorHandler *error_handler);
+ HTTPTransport(ErrorHandler *error_handler,void *endpoint);
virtual ~HTTPTransport();
bool httpGet(char *url,char *result,int result_length);