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

◆ method()

FetchOptions & fl::net::http::FetchOptions::method ( const fl::string & http_method)
inline

Set HTTP method.

Definition at line 202 of file fetch.h.

202 {
203 mOptions.method = http_method;
204 return *this;
205 }
RequestOptions mOptions
Definition fetch.h:240

References FetchOptions(), and mOptions.

+ Here is the call graph for this function: