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

◆ header()

fetch_options & fl::fetch_options::header ( const fl::string & name,
const fl::string & value )
inline

Add header.

Definition at line 213 of file fetch.h.

213 {
214 mOptions.headers[name] = value;
215 return *this;
216 }
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(), fl::fetch_put(), and test_await_approach().

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