Liking cljdoc? Tell your friends :D

clojure-commons.lcase-params


wrap-lcase-paramsclj

(wrap-lcase-params handler)

Middleware that converts all parameters to lower case so that they can be treated as effectively case-insensitive. Does not alter the maps under :*-params; these are left with strings.

Middleware that converts all parameters to lower case so that they can be treated as effectively
case-insensitive. Does not alter the maps under :*-params; these are left with strings.
sourceraw docstring

wrap-lcase-query-param-valuesclj

(wrap-lcase-query-param-values handler whitelist)

Middleware that converts parameter values to lower case so that the values can be treated as effectively caseinsensitive. This middleware does not support nested parameter maps at this time.

Middleware that converts parameter values to lower case so that the values can be treated as effectively
caseinsensitive. This middleware does not support nested parameter maps at this time.
sourceraw docstring

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

× close