MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onReceivedRequestError

Method onReceivedRequestError

examples/http_server.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 void onReceivedRequestError(const CppServer::HTTP::HTTPRequest& request, const std::string& error) override
162 {
163 std::cout << "Request error: " << error << std::endl;
164 }
165
166 void onError(int error, const std::string& category, const std::string& message) override
167 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected