Many Pedestal-based services do not leverage every routing feature. The Map Tree router is optimized for the static routes use case.
Routes requests in constant time (path matching is done by map lookup).
No need to do anything. This is Pedestal’s default router implementation.
While this is Pedestal’s default router, it falls back to the prefix-tree-router.adoc when path parameters or wildcards are used in routes.
Like the prefix-tree-router.adoc, query and path constraints are not used in routing decisions. They are only used to invalidate a route match.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close