Malloy
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
malloy::client::detail::default_resp_filter Struct Reference

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
 

Detailed Description

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


The documentation for this struct was generated from the following file: