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

◆ ok()

bool fl::net::http::Response::ok ( ) const
inline

Check if response is successful (like JavaScript response.ok)

Definition at line 92 of file fetch.h.

92{ return mStatusCode >= 200 && mStatusCode < 300; }

References mStatusCode.