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

◆ fetch() [1/2]

void fl::net::http::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 281 of file fetch.h.

281 {
282 fetch(fl::string(url), callback);
283}
Definition url.h:15
void fetch(const fl::string &url, const FetchCallback &callback)
Make an HTTP GET request (cross-platform, backward compatible)

References fetch().

+ Here is the call graph for this function: