|
FastLED 3.9.15
|
| void fl::asio::http::Server::route | ( | const string & | method, |
| const string & | path, | ||
| RouteHandler | handler ) |
Register route handler using fl::function.
| method | HTTP method ("GET", "POST", "PUT", "DELETE") |
| path | URL path ("/", "/api/status", etc.) |
| handler | Route handler function (fl::function) |
Definition at line 975 of file server.cpp.hpp.
Referenced by operator=().
Here is the caller graph for this function: