You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The wrap-keywords middleware only keywordizes :params. This is so that you can access the parameters conveniently via :params, but access them more exactly via :query-params (and :form-params).
The title says it all. the result map I get from
(:query-params request)
is notkeywordized
. Should this bekeywordized
by default?The text was updated successfully, but these errors were encountered: