MCPcopy Create free account
hub / github.com/FastLED/FastLED / post

Method post

src/fl/stl/asio/http/server.cpp.hpp:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void Server::post(const string& path, RouteHandler handler) {
335 route("POST", path, handler);
336}
337
338void Server::put(const string& path, RouteHandler handler) {
339 route("PUT", path, handler);

Callers 5

run_ota_autoresearchFunction · 0.80
mainFunction · 0.80
setupFunction · 0.80
startHttpServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected