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

◆ method()

fetch_options & fl::fetch_options::method ( const fl::string & http_method)
inline

Set HTTP method.

Definition at line 207 of file fetch.h.

207 {
208 mOptions.method = http_method;
209 return *this;
210 }
RequestOptions mOptions
Definition fetch.h:245

References fetch_options(), and mOptions.

+ Here is the call graph for this function: