MCPcopy 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
744struct 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
754struct MethodNotAllowed : Response

Callers 3

processMethod · 0.85
handleMethod · 0.85
consumeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected