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

Method regOnResponse

lib/AsyncHttpClient/src/AsyncHttpClient.cpp:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void AsyncHttpClient::regOnResponse(const OnResponse& onResponse)
433{
434 m_onRspCallback = onResponse;
435}
436
437void AsyncHttpClient::regOnClosed(const OnClosed& onClosed)
438{

Callers 3

startMethod · 0.80
stopMethod · 0.80
initHttpClientMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected