Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
432
void AsyncHttpClient::regOnResponse(const OnResponse& onResponse)
433
{
434
m_onRspCallback = onResponse;
435
}
436
437
void AsyncHttpClient::regOnClosed(const OnClosed& onClosed)
438
{
Callers
3
start
Method · 0.80
stop
Method · 0.80
initHttpClient
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected