FastLED 3.9.15
|
fl::promise< response > fl::execute_fetch_request | ( | const fl::string & | url, |
const fetch_options & | request ) |
Internal helper to execute a fetch request and return a promise.
Definition at line 72 of file fetch.cpp.
References FL_WARN, fl::promise< T >::resolve(), and fl::response::set_body().
Referenced by fetch_delete(), fetch_get(), fetch_head(), fetch_http_options(), fetch_patch(), fetch_post(), fetch_put(), and fetch_request().