metosin / reitit

A fast data-driven routing library for Clojure/Script

Home Page:https://cljdoc.org/d/metosin/reitit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipart middleware: remove/replace dependency on broken ring.middleware.multipart-params

allentiak opened this issue · comments

@ikitommi

I'm being hit by this when trying to build a toy example based on
https://github.com/metosin/reitit/tree/master/examples/ring-malli-swagger

(More details: allentiak/scramble@603f1b9)

Is there any Clojure library that you are aware of that could replace ring.middleware.multipart-params?

UPDATE: Forget my last comment. I realized I was just simply missing a dependency.

Just for the record, I added ring/ring-jetty-adapter and it compiled.