| 52 | } |
| 53 | |
| 54 | void HttpClient::beginRequest() |
| 55 | { |
| 56 | iState = eRequestStarted; |
| 57 | } |
| 58 | |
| 59 | int HttpClient::startRequest(const char* aServerName, uint16_t aServerPort, const char* aURLPath, const char* aHttpMethod, const char* aUserAgent) |
| 60 | { |
nothing calls this directly
no outgoing calls
no test coverage detected