View Source nine (nine v0.1.0)
Link to this section Summary
Link to this section Types
-type handler() :: {atom(), atom()}.
-type norm_route() :: {binary(), binary(), [handler()]}.
-type norm_routes() :: [norm_route()].
Link to this section Functions
-spec compile(module(), map() | list()) -> ok.