io.pedestal.http.route.map-tree
->MapRouter
(->MapRouter routes tree-map)
Positional factory function for class io.pedestal.http.route.map_tree.MapRouter.
map->MapRouter
(map->MapRouter m__6522__auto__)
Factory function for class io.pedestal.http.route.map_tree.MapRouter, taking a map of keywords to field values.
matching-route-map
(matching-route-map routes)
Given the full sequence of route-maps,
return a single map, keyed by path, whose value is a function matching on the req.
The function takes a request, matches criteria and constraints, and returns
the most specific match.
This function only processes the routes if all routes are static.
router
(router routes)
Given a sequence of routes, return a router which satisfies the
io.pedestal.http.route.router/Router protocol.