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

◆ is_post()

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

Check if request is POST.

Definition at line 78 of file server.h.

78{ return mMethod == "POST"; }

References mMethod.