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

◆ is_get()

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

Check if request is GET.

Definition at line 75 of file server.h.

75{ return mMethod == "GET"; }

References mMethod.