Malloy
Loading...
Searching...
No Matches
Classes | Typedefs
malloy::http::filters Namespace Reference

Contains the filter types bundled with malloy. More...

Classes

struct  basic_file
 Writes the contents of a message to disk. More...
 

Typedefs

using file_request = basic_file< true >
 
using file_response = basic_file< false >
 

Detailed Description

Contains the filter types bundled with malloy.

See response_filter (Client Concepts) and request_filter (Route concepts) for more info. All types in this namespace satisfy both concepts.