Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
Response Response::not_found() {
209
Response resp;
210
resp.status(404).body(
"Not Found\n"
);
211
return resp;
212
}
213
214
Response Response::bad_request(const string& message) {
215
Response resp;
Callers
nothing calls this directly
Calls
2
status
Method · 0.80
Response
Class · 0.70
Tested by
no test coverage detected