#include <userver/utest/http_server_mock.hpp>
Structure with HTTP response to return from the HttpHandler callback.
Definition at line 40 of file http_server_mock.hpp.
Public Attributes | |
int | response_status {200} |
clients::http::Headers | headers |
std::string | body |
std::string utest::HttpServerMock::HttpResponse::body |
Definition at line 43 of file http_server_mock.hpp.
clients::http::Headers utest::HttpServerMock::HttpResponse::headers |
Definition at line 42 of file http_server_mock.hpp.
int utest::HttpServerMock::HttpResponse::response_status {200} |
Definition at line 41 of file http_server_mock.hpp.