Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@router_Router.hrl
Raw

include/lightspeed@router_Router.hrl

-record(router, {
not_found_view :: binary(),
routes_rev :: list(lightspeed@router:route(any()))
}).