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 encoding support #42

Open
ilovenwd opened this issue Jun 17, 2014 · 1 comment
Open

chunked encoding support #42

ilovenwd opened this issue Jun 17, 2014 · 1 comment

Comments

@ilovenwd
Copy link

some api returns data stream in chunked encoding.
Excon support this, but heroics didn't support it.
It would be nice if the result of heroics api call could be each-ed

@schneems
Copy link
Collaborator

Seems reasonable. What's the behavior that currently happens when you send heroics a chunked response? Does it fail or error or gracefully degrade? Can you provide an example app or repro to demonstrate this behavior so I can verify this feature has not yet been implemented (https://www.codetriage.com/example_app)? Also, it will help anyone who wants to work on such a feature in the future.

Excon support this

Can you send an example of a project that uses excon and supports chunked encoding?

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

2 participants