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

◆ fetch_options() [2/2]

fl::fetch_options::fetch_options ( const fl::string & url,
const RequestOptions & options )
inline

Definition at line 203 of file fetch.h.

204 : mUrl(url), mOptions(options) {}
const fl::string & url() const
Get the URL for this request.
Definition fetch.h:238
RequestOptions mOptions
Definition fetch.h:245
const RequestOptions & options() const
Get the options for this request.
Definition fetch.h:241
fl::string mUrl
Definition fetch.h:244

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

+ Here is the call graph for this function: