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

◆ has_body()

bool fl::asio::http::Request::has_body ( ) const
inline

Check if request has a body.

Definition at line 81 of file server.h.

81{ return !mBody.empty(); }

References mBody.