6#include <userver/utest/simple_server.hpp>
8#include <userver/clients/http/request.hpp>
9#include <userver/clients/http/response.hpp>
11USERVER_NAMESPACE_BEGIN
21 std::unordered_map<std::string, std::string> query;
22 clients::
http::Headers headers;
28 clients::
http::Headers headers;
34 HttpServerMock(HttpHandler http_handler,
35 SimpleServer::Protocol protocol = SimpleServer::kTcpIpV4);
37 std::string GetBaseUrl()
const;
39 std::uint64_t GetConnectionsOpenedCount()
const;
42 friend class HttpConnection;
44 HttpHandler http_handler_;