Malloy
|
#include <request_result.hpp>
Public Member Functions | |
request_result (malloy::error_code ec) | |
Public Attributes | |
malloy::error_code | error_code |
malloy::mp::filter_resp_t< Filter > | response |
Result of an HTTP request
malloy::error_code malloy::client::http::request_result< Filter >::error_code |
The error code.
malloy::mp::filter_resp_t<Filter> malloy::client::http::request_result< Filter >::response |
The HTTP response.
If the filter has only one body, this type is the response itself. If the filter has more than one body, this type is an std::variant<> of all bodies.