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
Hi,
I love restler !
I want to know if it is possible to achieve streamed response in Restler ? like http://symfony.com/doc/master/components/http_foundation.html#streaming-a-response
in luracast you usually return static sets of data and luracast takes care of the final data format.
Is it possible to return a special object that say "I will be a dataset soon" (somewhat like a promise with a callback).
The use case could be wrapping request from a backend server that serve very long response and avoid memory leak/consumption keeping the full dataset.
The text was updated successfully, but these errors were encountered:
Should be fairly straightforward with the upcoming version of Restler
See https://github.com/Arul-/reactive-restler/
Sorry, something went wrong.
Cool. What is the release status ?
Will be released this year!
Can't wait :/
No branches or pull requests
Hi,
I love restler !
I want to know if it is possible to achieve streamed response in Restler ? like http://symfony.com/doc/master/components/http_foundation.html#streaming-a-response
in luracast you usually return static sets of data and luracast takes care of the final data format.
Is it possible to return a special object that say "I will be a dataset soon" (somewhat like a promise with a callback).
The use case could be wrapping request from a backend server that serve very long response and avoid memory leak/consumption keeping the full dataset.
The text was updated successfully, but these errors were encountered: