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