34 std::multimap<std::string, std::string> query;
35 clients::http::Headers headers;
41 int response_status{200};
42 clients::http::Headers headers;
49 HttpServerMock(HttpHandler http_handler, SimpleServer::Protocol protocol = SimpleServer::kTcpIpV4);
54 std::uint64_t GetConnectionsOpenedCount()
const;
57 friend class HttpConnection;
59 HttpHandler http_handler_;