26#ifndef ROUTER_SRC_REST_MRS_SRC_MRS_INTERFACE_HTTPRESULT_H_
27#define ROUTER_SRC_REST_MRS_SRC_MRS_INTERFACE_HTTPRESULT_H_
47 HttpResult(std::string &&
r, std::string t, std::string e = {});
MediaType
Definition: media_type.h:33
@ typeJson
Definition: media_type.h:47
Definition: authorize_manager.h:48
const mysql_service_registry_t * r
Definition: pfs_example_plugin_employee.cc:86
Definition: http_result.h:37
std::optional< std::string > type_text
Definition: http_result.h:52
HttpResult()
Definition: http_result.cc:56
std::string etag
Definition: http_result.h:53
std::string response
Definition: http_result.h:49
Type type
Definition: http_result.h:51
HttpStatus status
Definition: http_result.h:50
int HttpStatus
Definition: http_result.h:39