bravado icon indicating copy to clipboard operation
bravado copied to clipboard

Downloading large files

Open Vadiml1024 opened this issue 7 years ago • 1 comments

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?

Vadiml1024 avatar Mar 23 '18 10:03 Vadiml1024

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

sjaensch avatar Mar 26 '18 14:03 sjaensch