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

Downloading large files #356

Open
Vadiml1024 opened this issue Mar 23, 2018 · 1 comment
Open

Downloading large files #356

Vadiml1024 opened this issue Mar 23, 2018 · 1 comment

Comments

@Vadiml1024
Copy link

I'm using bravado to access server where certain requests results in big file download.
It does work but uses large amount of ram as .result() method returns a full content of downloaded file.
It there a possibility to cause bravado to return some kind of Stream object to avoid excessive memory consumption?

@sjaensch
Copy link
Contributor

No supported option unfortunately. :( This would be a nice enhancement; it does require adding something to the HTTPFuture interface, plus HTTP client work.

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