Malloy
|
Default filter provided to ease use of interface. More...
#include <controller.hpp>
Public Types | |
using | response_type = malloy::http::response<> |
using | header_type = boost::beast::http::response_header<> |
using | value_type = std::string |
Public Member Functions | |
std::variant< boost::beast::http::string_body > | body_for (const header_type &) const |
void | setup_body (const header_type &, std::string &) const |
Default filter provided to ease use of interface.
Provides an implementation of response_filter Client Concepts for use as the default value of Filter types so that users to not have to deal with them unnecessarily