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

Input should be able to create chunked requests #1038

Closed
vkostyukov opened this issue Nov 15, 2018 · 3 comments
Closed

Input should be able to create chunked requests #1038

vkostyukov opened this issue Nov 15, 2018 · 3 comments
Labels
Milestone

Comments

@vkostyukov
Copy link
Collaborator

See #1037 for a discussion.

@vkostyukov
Copy link
Collaborator Author

It should be easier to do when #1042 lands (as we would have all the needed abstractions in place).

@vkostyukov
Copy link
Collaborator Author

I'm thinking something along the lines:

val i = Input.post("/").withStream[Application.Json](stream)

Where stream is anything that has a EncodeStream instance (similar to DecodeStream from #1042).

@vkostyukov
Copy link
Collaborator Author

Done in #1056.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant