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

Chunked transfer encoding support #116

Open
ptrdom opened this issue Mar 9, 2022 · 0 comments
Open

Chunked transfer encoding support #116

ptrdom opened this issue Mar 9, 2022 · 0 comments

Comments

@ptrdom
Copy link
Member

ptrdom commented Mar 9, 2022

Currently this library does not provide a way to produce a response with HttpEntity.Chunked, which requires a Source[ByteString, Any].
Implementation needs these steps:

  1. New sbt module and a new published artifact, which depends on zio-streams.
  2. ZStream to Source conversions. Two ways to approach this.
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

No branches or pull requests

1 participant