Fork me on GitHub
#ring
<
2016-12-21
>
liamd23:12:44

what do i need to add to my project clj to use the multipart-params middleware

seancorfield23:12:45

Just ring itself, I think.

seancorfield23:12:58

So [ring “1.5.0”] or [ring/ring-core “1.5.0”] since it’s all part of the ring-core project: https://github.com/ring-clojure/ring/tree/master/ring-core/src/ring/middleware

seancorfield23:12:10

Are there any ports of Ring to other languages? I know Ring itself is inspired by libraries in other languages (Python’s WSGI and Ruby’s Rack, per the README) but I wondered if Ring had spread elsewhere?