Jakub Cichy

Results 3 comments of Jakub Cichy

Hi, what's the status of multipart support?

I think the right one for the current moment on ZIO side is https://github.com/dream11/zio-http/issues/503

@manasbajaj @wangxia337 I tried to reproduce your issue. I launched a simple app exposing POST endpoint which accepts body: `{"name": "foo"}`. Then I sent a request using `HttpClientFutureBackend` as well...