read


read
or learn more

Announcing ring-clj-params

Feb 15, 2012

What is it? A Ring middleware that augments :params according to a parsed Clojure data literal request body. Where is it? https://github.com/fogus/ring-clj-params Usage Leiningen In your :dependencies section add the following: [ring-clj-params “0.1.0”] Ring To use this middleware using Ring and Compojure, create a new Leiningen project with a project.clj file of the form: (defproject […]

Continue