ring.middleware.params

(source)
Middleware to parse url-encoded parameters from the query string and request body.

For more info about this library see:

https://github.com/ring-clojure/ring/wiki
Public Variable Short Description
assoc-form-params (clj) Parse and assoc parameters from the request body with the request.
assoc-query-params (clj) Parse and assoc parameters from the query string with the request.
params-request (clj) Adds parameters from the query string and the request body to the request map.
wrap-params (clj) Middleware to parse urlencoded parameters from the query string and form body (if the request is a url-encoded form).