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

Method onReceivedRequestError

tests/test_https.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected