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

◆ timeout()

FetchOptions & fl::net::http::FetchOptions::timeout ( int timeout_ms)
inline

Set timeout in milliseconds.

Definition at line 227 of file fetch.h.

227 {
228 mOptions.timeout_ms = timeout_ms;
229 return *this;
230 }
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(), fl::net::http::fetch_put(), and test_await_approach().

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