bravado
bravado copied to clipboard
Downloading large files
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?
No supported option unfortunately. :( This would be a nice enhancement; it does require adding something to the HTTPFuture interface, plus HTTP client work.