Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ NotFound
Class
NotFound
include/process/http.hpp:744–751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
743
744
struct NotFound : Response
745
{
746
NotFound()
747
: NotFound(
"404 Not Found."
) {}
748
749
explicit NotFound(const std::string& body)
750
: Response(body, Status::NOT_FOUND) {}
751
};
752
753
754
struct MethodNotAllowed : Response
Callers
3
process
Method · 0.85
handle
Method · 0.85
consume
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected