HTTPClient test for IoT Workshop

Dependencies:   UbloxUSBModem mbed

Fork of UbloxModemHTTPClientTest by mbed official

httptest.h

Committer:
bogdanm
Date:
2013-10-18
Revision:
1:0112fc45285a

File content as of revision 1:0112fc45285a:

#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