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

◆ FetchOptions() [2/2]

fl::net::http::FetchOptions::FetchOptions ( const fl::string & url,
const RequestOptions & options )
inline

Definition at line 198 of file fetch.h.

199 : mUrl(url), mOptions(options) {}
const fl::string & url() const
Get the URL for this request.
Definition fetch.h:233
RequestOptions mOptions
Definition fetch.h:240
const RequestOptions & options() const
Get the options for this request.
Definition fetch.h:236

References mOptions, mUrl, options(), and url().

+ Here is the call graph for this function: