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

Method not_found

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

Source from the content-addressed store, hash-verified

206}
207
208Response Response::not_found() {
209 Response resp;
210 resp.status(404).body("Not Found\n");
211 return resp;
212}
213
214Response Response::bad_request(const string& message) {
215 Response resp;

Callers

nothing calls this directly

Calls 2

statusMethod · 0.80
ResponseClass · 0.70

Tested by

no test coverage detected