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

◆ body()

fetch_options & fl::fetch_options::body ( const fl::string & data)
inline

Set request body.

Definition at line 219 of file fetch.h.

219 {
220 mOptions.body = data;
221 return *this;
222 }
RequestOptions mOptions
Definition fetch.h:245

References fetch_options(), and mOptions.

Referenced by fl::fetch_delete(), fl::fetch_get(), fl::fetch_head(), fl::fetch_http_options(), fl::fetch_patch(), fl::fetch_post(), and fl::fetch_put().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: