Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PricelessToolkit/MailBoxGuard
/ HARestAPI
Method
HARestAPI
Code/Arduino_libraries/HARestAPI/src/HARestAPI.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
*/
13
14
HARestAPI::HARestAPI(WiFiClient &client)
15
{
16
this->wclient = &client;
17
}
18
19
HARestAPI::HARestAPI(WiFiClientSecure &client)
20
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected