MCPcopy Create free account
hub / github.com/cinemast/libjson-rpc-cpp / SetResponse

Method SetResponse

src/test/testhttpserver.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void TestHttpServer::SetResponse(const std::string &response) { this->response = response; }
33
34std::string TestHttpServer::GetHeader(const std::string &key) {
35 if (this->headers.find(key) != this->headers.end())

Callers 2

test_client.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected