We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See #1037 for a discussion.
The text was updated successfully, but these errors were encountered:
It should be easier to do when #1042 lands (as we would have all the needed abstractions in place).
Sorry, something went wrong.
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).
EncodeStream
DecodeStream
Done in #1056.
No branches or pull requests
See #1037 for a discussion.
The text was updated successfully, but these errors were encountered: