|
FastLED 3.9.15
|
| fl::net::http::FetchRequest::FetchRequest | ( | const fl::string & | url, |
| const FetchOptions & | opts, | ||
| fl::task::Promise< Response > | promise ) |
Construct a new fetch request.
| url | URL to fetch |
| opts | Fetch options (method, headers, etc.) |
| promise | Promise to resolve when complete |