MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / GET

Method GET

lib/AsyncHttpClient/src/AsyncHttpClient.cpp:447–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447bool AsyncHttpClient::GET()
448{
449 Cmd cmd;
450
451 memset(&cmd, 0, sizeof(cmd));
452 cmd.id = CMD_ID_GET;
453
454 return m_cmdQueue.sendToBack(cmd, portMAX_DELAY);
455}
456
457bool AsyncHttpClient::POST(const uint8_t* payload, size_t size)
458{

Callers 3

processMethod · 0.80
performHttpRequestMethod · 0.80
pushUrlMethod · 0.80

Calls 1

sendToBackMethod · 0.80

Tested by

no test coverage detected