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

◆ timeout()

fetch_options & fl::fetch_options::timeout ( int timeout_ms)
inline

Set timeout in milliseconds.

Definition at line 232 of file fetch.h.

232 {
233 mOptions.timeout_ms = timeout_ms;
234 return *this;
235 }
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: