Map Tree Router
Motivation
Many Pedestal-based services do not leverage every routing feature. The Map Tree router is optimized for the static routes use case.
Caveats
While this is Pedestal’s default router, it falls back to the Prefix Tree Router when path parameters or wildcards are used in routes.
Additional Notes
Like the Prefix Tree Router, query and path constraints are not used in routing decisions. They are only used to invalidate a route match.