io.pedestal.http.route.linear-search

router

(router routes)

Given a sequence of routes, return a router function. Order is important for linear search, and unlike other routers, it will continue searching if it matches a route but doesn’t match constraints for that route.