-
Notifications
You must be signed in to change notification settings - Fork 54
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
Requests: support sttp streaming #764
Comments
/bounty $150 Implementation must include tests, as well as proper buffering of responses. Don't materialize the fully body into memory, then create as stream. |
💎 $150 bounty • KyoSteps to solve:
Thank you for contributing to getkyo/kyo! Add a bounty • Share on socials
|
/attempt #764 Options |
@fwbrasil I think you closed the wrong one, I'm still working on this |
Github has some heuristics to close tickets automatically based on the PR description. It seems it triggered here. Reopening |
The second step toward solving #764, this ticket introduce `Deflate`/`Inflate` and `Gzip`/`Gunzip` to Kyo's `Stream[Byte, S]`.
💡 @HollandDM submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Streaming HTTP responses is quite useful. It should be a standard feature of
kyo-sttp
The text was updated successfully, but these errors were encountered: