3#include "../type_traits.hpp"
4#include "../../core/error.hpp"
5#include "../../core/mp.hpp"
7namespace malloy::client::http
14 template<concepts::response_filter Filter>
unwrap_variant< to_responses< bodies_for_t< Filter > > > filter_resp_t
Resolves to the type that must be taken in callbacks handling responses for Filter.
Definition: mp.hpp:67
boost::beast::error_code error_code
Error code used to signify errors without throwing. Truthy means it holds an error.
Definition: error.hpp:9
Definition: request_result.hpp:16
malloy::mp::filter_resp_t< Filter > response
Definition: request_result.hpp:30
malloy::error_code error_code
Definition: request_result.hpp:20