Typedef morpheus::parse_status_t
Defined in File http_server.hpp
-
using morpheus::parse_status_t = std::tuple<unsigned, std::string, std::string, on_complete_cb_fn_t>
A tuple consisting of the HTTP status code, mime type to be used for the Content-Type header, and the body of the response and optionally a callback function.