Ring 1.4.0
Ring is to Clojure as Rack is to Ruby and WSGI is to Python.
It breaks down HTTP requests/responses and gives the control over back to developers.
This way they can build apps that have custom behavior for various network-based events, binding actions and...