Definition at line 26 of file http_server_mock.hpp.
Public Attributes | |
int | response_status |
clients::http::Headers | headers |
std::string | body |
std::string utest::HttpServerMock::HttpResponse::body |
Definition at line 29 of file http_server_mock.hpp.
clients::http::Headers utest::HttpServerMock::HttpResponse::headers |
Definition at line 28 of file http_server_mock.hpp.
int utest::HttpServerMock::HttpResponse::response_status |
Definition at line 27 of file http_server_mock.hpp.