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

◆ get_body_text()

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

Response body as text (alternative to text())

Definition at line 117 of file fetch.h.

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

References mBody.