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).
Add the key :io.pedestal.http/router to the service-map.adoc with the value :map-tree.
If the routes provided have any path parameters or wildcards, the prefix-tree-router.adoc will be used instead.
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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |