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

Method sendHeader

HttpClient.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void HttpClient::sendHeader(const char* aHeader)
208{
209 iClient->println(aHeader);
210}
211
212void HttpClient::sendHeader(const char* aHeaderName, const char* aHeaderValue)
213{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected