Your opinion will help to improve our service
Leave a feedback >#include <userver/utest/http_server_mock.hpp>
Structure with HTTP request that is passed to the HttpHandler callback.
Definition at line 30 of file http_server_mock.hpp.
Public Attributes | |
clients::http::HttpMethod | method {clients::http::HttpMethod::kGet} |
std::string | path |
std::multimap< std::string, std::string > | query |
clients::http::Headers | headers |
std::string | body |
std::string utest::HttpServerMock::HttpRequest::body |
Definition at line 36 of file http_server_mock.hpp.
clients::http::Headers utest::HttpServerMock::HttpRequest::headers |
Definition at line 35 of file http_server_mock.hpp.
clients::http::HttpMethod utest::HttpServerMock::HttpRequest::method {clients::http::HttpMethod::kGet} |
Definition at line 31 of file http_server_mock.hpp.
std::string utest::HttpServerMock::HttpRequest::path |
Definition at line 32 of file http_server_mock.hpp.
std::multimap<std::string, std::string> utest::HttpServerMock::HttpRequest::query |
Definition at line 34 of file http_server_mock.hpp.