Back
wrap-keyword-params (clj)
(source)function
(wrap-keyword-params handler)
(wrap-keyword-params handler options)
Middleware that converts the any string keys in the :params map to keywords.
Only keys that can be turned into valid keywords are converted.
This middleware does not alter the maps under :*-params keys. These are left
as strings.
Accepts the following options:
:parse-namespaces? - if true, parse the parameters into namespaced keywords
(defaults to false)