HTTPClient test for IoT Workshop

Dependencies:   UbloxUSBModem mbed

Fork of UbloxModemHTTPClientTest by mbed official

Revision:
1:0112fc45285a
diff -r 503bbdae1d01 -r 0112fc45285a httptest.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/httptest.h	Fri Oct 18 21:05:40 2013 +0300
@@ -0,0 +1,9 @@
+#ifndef HTTPTEST_H_
+#define HTTPTEST_H_
+
+#include "CellularModem.h"
+
+int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
+
+#endif
+