Packages

A simple and easy to use API created on top of the Mist web server

Current section

Files

Jump to
howdy include howdy@router_RouterMapWithFilters.hrl
Raw

include/howdy@router_RouterMapWithFilters.hrl

-record(router_map_with_filters, {
route :: binary(),
routes :: list(howdy@router:route()),
filters :: list(fun((fun((howdy@context:context()) -> gleam@http@response:response(gleam@bit_builder:bit_builder()))) -> fun((howdy@context:context()) -> gleam@http@response:response(gleam@bit_builder:bit_builder()))))
}).