zio-http
zio-http copied to clipboard
Multipart Requests
Hi, what's the status of multipart support?
Hi, what's the status of multipart support?
We are yet to create a decoder for multipart. Till that time you can use request streaming and create multipart decoder for your use-case.
I would like to work on this, but I have absolutely no idea how to do it, so I might need some direction 🥺
Closed by https://github.com/zio/zio-http/pull/1953