Provides the user with the most control over routing outside of implementing a custom router.
You require precise control over routing and the routing performance tradeoff is acceptable to your service.
Add the key :io.pedestal.http/router to the service map with the value :linear-search.
This implementation routes requests in linear time, so it’s the simplest and slowest of Pedestal’s router implementations.
Pedestal’s first router implementation.
Query and path constraints are used in routing decisions unlike the prefix-tree-router.adoc or map-tree-router.adoc.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close