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

Method finishHeaders

HttpClient.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void HttpClient::finishHeaders()
276{
277 iClient->println();
278 iState = eRequestSent;
279}
280
281void HttpClient::endRequest()
282{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected