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

◆ text()

const fl::string & fl::response::text ( ) const
inline

Response body as text (like JavaScript response.text())

Definition at line 100 of file fetch.h.

100{ return mBody; }
fl::string mBody
Definition fetch.h:149

References mBody.

Referenced by test_await_approach(), and test_promise_approach().

+ Here is the caller graph for this function: