Liking cljdoc? Tell your friends :D

router.core


action-forclj

(action-for route-keyword)
(action-for route-keyword params)

appclj

(app routes)

Creates a ring handler from routes

Creates a ring handler from routes
raw docstring

appsclj

(apps & handlers)

Runs multiple router handlers until one of them matches a route

Runs multiple router handlers until one of them matches a route
raw docstring

concat-routeclj

(concat-route a b)

depthclj

(depth val)
(depth val idx)

exact-matchclj

(exact-match request route)

flatten-wrapped-routesclj

(flatten-wrapped-routes x)

keywordizeclj

(keywordize f)

matchclj

(match request route)

middlewareclj

(middleware & args)

middleware-atomclj


paramsclj

(params s)

patternclj

(pattern s)

prefixclj

(prefix s & routes)

prefix-routeclj

(prefix-route s route)

qualify-identclj

(qualify-ident k)

query-stringclj

(query-string m)

redirect-toclj

(redirect-to & args)

replacementclj

(replacement match m)

routeclj

(route request routes)

route-nameclj

(route-name route)

route-paramsclj

(route-params req-uri route-uri)

route-strclj

(route-str s m)

route?clj

(route? val)

routesclj

(routes & args)

routes-atomclj


url-encodeclj

(url-encode s)

url-forclj

(url-for route-keyword)
(url-for route-keyword params)

verb?clj

(verb? value)

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

× close