Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ get
Method
get
src/fl/stl/asio/http/server.cpp.hpp:330–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
void Server::get(const string& path, RouteHandler handler) {
331
route(
"GET"
, path, handler);
332
}
333
334
void Server::post(const string& path, RouteHandler handler) {
335
route(
"POST"
, path, handler);
Callers
3
start
Method · 0.45
stop
Method · 0.45
route
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected