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

Method onReceivedResponse

performance/http_trace_client.cpp:62–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 void onReceivedResponse(const HTTPResponse& response) override
63 {
64 if (response.status() == 200)
65 ++total_messages;
66 else
67 ++total_errors;
68 SendMessage();
69 }
70
71 void onReceivedResponseError(const HTTPResponse& response, const std::string& error) override
72 {

Callers

nothing calls this directly

Calls 1

statusMethod · 0.80

Tested by

no test coverage detected