Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add zio-http multipart body support #3690

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

seakayone
Copy link

@seakayone seakayone commented Apr 16, 2024

Resolves #2518

Currently tests fail because the incoming ServerRequest contains the multiple parts, but when calling zio.http.Request.body.[asMultipartFormStream|asMultiPartForm] they only ever return the single, first part.

Seems to be a bug in zio-http: zio/zio-http#2411

@seakayone seakayone changed the title feat: Add zio multipart body support feat: Add zio-http multipart body support Apr 16, 2024
@seakayone seakayone force-pushed the feat/add-zio-multipart-body-support branch 2 times, most recently from c95d3ba to 2090a02 Compare April 16, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request hanging on multipartBody file uploads with zio-http
1 participant