Current section
Files
Jump to
Current section
Files
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()))))
}).