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.
How to use it?
Set the key :router in the connector map to the value :map-tree.
Caveats
If the routes provided have any path parameters or wildcards, the Prefix Tree Router will be used instead.
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.