HTTPClient test for IoT Workshop

Dependencies:   UbloxUSBModem mbed

Fork of UbloxModemHTTPClientTest by mbed official

httptest.h

Committer:
sam_grove
Date:
2014-02-03
Revision:
6:8cf840145f92
Parent:
1:0112fc45285a

File content as of revision 6:8cf840145f92:

#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