Back
path-for (clj)
(source)function
(path-for route handler & {:as params})
Given a route definition data structure, a handler and an unrolled option map,
return a path that would route to the handler. The map must contain the values
to any parameters required to create the path, and extra values are silently
ignored.