MCPcopy 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
330void Server::get(const string& path, RouteHandler handler) {
331 route("GET", path, handler);
332}
333
334void Server::post(const string& path, RouteHandler handler) {
335 route("POST", path, handler);

Callers 3

startMethod · 0.45
stopMethod · 0.45
routeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected