MCPcopy Create free account
hub / github.com/FastLED/FastLED / fetch_request

Function fetch_request

src/fl/net/http/fetch.cpp.hpp:629–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629fl::task::Promise<Response> fetch_request(const fl::string& url, const RequestOptions& options) {
630 // Create a FetchOptions with the provided options
631 FetchOptions request(url, options);
632
633 // Use the helper function to execute the request
634 return execute_fetch_request(url, request);
635}
636
637void fetch_update() {
638 // Legacy function - use fl::task::run() for new code

Callers

nothing calls this directly

Calls 1

execute_fetch_requestFunction · 0.85

Tested by

no test coverage detected