Liking cljdoc? Tell your friends :D
Clojure only.

io.pedestal.http.route.linear-search


routerclj

(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.

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close