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

◆ body()

FetchOptions & fl::net::http::FetchOptions::body ( const fl::string & data)
inline

Set request body.

Definition at line 214 of file fetch.h.

214 {
215 mOptions.body = data;
216 return *this;
217 }
RequestOptions mOptions
Definition fetch.h:240

References FetchOptions(), and mOptions.

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

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