Typedef morpheus::parse_status_t

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.

Previous Typedef morpheus::on_complete_cb_fn_t
Next Typedef morpheus::payload_parse_fn_t
© Copyright 2024, NVIDIA. Last updated on Apr 25, 2024.