FastLED 3.9.15
Loading...
Searching...
No Matches

◆ fetch() [1/2]

void fl::fetch ( const char * url,
const FetchCallback & callback )
inline

Make an HTTP GET request with URL string literal (cross-platform)

Parameters
urlThe URL to fetch (C-string)
callbackFunction to call with the response

Definition at line 286 of file fetch.h.

286 {
287 fetch(fl::string(url), callback);
288}
void fetch(const fl::string &url, const FetchCallback &callback)
Make an HTTP GET request (cross-platform, backward compatible)
Definition fetch.cpp:63

References fetch().

+ Here is the call graph for this function: