Liking cljdoc? Tell your friends :D

compojure.api.routes


all-pathsclj

(all-paths routes)
source

fail-on-invalid-child-routesclj

(fail-on-invalid-child-routes handler invalid-childs)
source

filter-routesclj

(filter-routes {:keys [childs] :as handler} {:keys [invalid-routes-fn]})
source

get-routesclj

(get-routes handler)
(get-routes handler options)
source

get-static-context-routesclj

(get-static-context-routes handler)
(get-static-context-routes handler options)
source

log-invalid-child-routesclj

(log-invalid-child-routes handler invalid-childs)
source

non-nil-routesclj

(non-nil-routes endpoint)
source

path-forcljmacro

(path-for route-name & [params])

Extracts the lookup-table from request and finds a route by name.

Extracts the lookup-table from request and finds a route by name.
sourceraw docstring

path-for*clj

(path-for* route-name request & [params])

Extracts the lookup-table from request and finds a route by name.

Extracts the lookup-table from request and finds a route by name.
sourceraw docstring

ring-swagger-pathsclj

(ring-swagger-paths routes)
source

route-lookup-tableclj

(route-lookup-table routes)
source

Routingcljprotocol

-get-routesclj

(-get-routes handler options)
source

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

× close