MCPcopy Create free account
hub / github.com/amcewen/HttpClient / beginRequest

Method beginRequest

HttpClient.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void HttpClient::beginRequest()
55{
56 iState = eRequestStarted;
57}
58
59int HttpClient::startRequest(const char* aServerName, uint16_t aServerPort, const char* aURLPath, const char* aHttpMethod, const char* aUserAgent)
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected