compojure.api.routes
->Route
(->Route path method info childs handler)
Positional factory function for class compojure.api.routes.Route.
get-static-context-routes
(get-static-context-routes handler)
(get-static-context-routes handler options)
map->Route
(map->Route m__7585__auto__)
Factory function for class compojure.api.routes.Route, taking a map of keywords to field values.
path-for
macro
(path-for route-name & [params])
Extracts the lookup-table from request and finds a route by name.
path-for*
(path-for* route-name request & [params])
Extracts the lookup-table from request and finds a route by name.