aboutsummaryrefslogtreecommitdiffstats
path: root/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h
blob: affd6d23beed128bd7fc0dfaf07fcfd6bb5cd022 (plain)
1
2
3
4
5
6
7
8
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