Current section

Files

Jump to
tinyroute include tinyroute@router_Router.hrl
Raw

include/tinyroute@router_Router.hrl

-record(router, {
routes :: gleam@dict:dict(tinyroute@route:route(), fun((gleam@http@request:request(bitstring())) -> gleam@http@response:response(gleam@bytes_builder:bytes_builder()))),
not_found_handler :: fun((gleam@http@request:request(bitstring())) -> gleam@http@response:response(gleam@bytes_builder:bytes_builder()))
}).