Back
path-for* (clj)
(source)function
(path-for* route handler params)
Given a route definition data structure, a handler and an 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.