HTTPClient test for IoT Workshop

Dependencies:   UbloxUSBModem mbed

Fork of UbloxModemHTTPClientTest by mbed official

Committer:
bogdanm
Date:
Fri Oct 18 21:05:40 2013 +0300
Revision:
1:0112fc45285a
Initial release of the test program

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 1:0112fc45285a 1 #ifndef HTTPTEST_H_
bogdanm 1:0112fc45285a 2 #define HTTPTEST_H_
bogdanm 1:0112fc45285a 3
bogdanm 1:0112fc45285a 4 #include "CellularModem.h"
bogdanm 1:0112fc45285a 5
bogdanm 1:0112fc45285a 6 int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
bogdanm 1:0112fc45285a 7
bogdanm 1:0112fc45285a 8 #endif
bogdanm 1:0112fc45285a 9