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

Link to this function

compile(Module, RoutesConfig)

View Source
-spec compile(module(), map() | list()) -> ok.