You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
No supported option unfortunately. :( This would be a nice enhancement; it does require adding something to the HTTPFuture interface, plus HTTP client work.
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?
The text was updated successfully, but these errors were encountered: