ring-swagger

ring-swagger & compojure-api
2019-02-26T09:54:03.015900Z

2019-02-26T09:54:15.016Z

2019-02-26T09:54:40.016400Z

(Originally posted in #ring, then @mping suggested I post here, thanks!)

2019-02-26T09:55:31.017400Z

After I posted this I went to read the ring multipart code and I think it (via the apache commons multipart file parser code) discards multiparts that are not files.

2019-02-26T12:32:16.018100Z

thats unfortunate but should be allowed imho

2019-02-26T12:33:10.018600Z

maybe u can do a PR for ring-clojure

ikitommi 2019-02-26T13:24:02.020200Z

There is a PR for new multiparams handling in muuntaja too: https://github.com/metosin/muuntaja/pull/82

ikitommi 2019-02-26T13:25:51.022300Z

Supports NIO, so should be fast too.

ikitommi 2019-02-26T20:23:23.023800Z

[metosin/compojure-api "2.0.0-alpha29"] is out! Updated deps & lot’s of small fixes for spec coercion. Thanks to all contributors!

👍 3