jcledera / sardine

Automatically exported from code.google.com/p/sardine
0 stars 0 forks source link

Add support for get(String url, HttpEntity, ...) #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is already a useful method which can be used to hook a custom Entity into 
the upload process (e.g. to count bytes and inform a progress bar listener or 
whatever):
put(String url, HttpEntity entity, String contentType, boolean expectContinue)

It would be nice to have a corresponding get(url, httpentity,..) method for 
downloads.

Original issue reported on code.google.com by nagaidh...@gmail.com on 12 Dec 2012 at 3:18

GoogleCodeExporter commented 9 years ago

Original comment by dkocher@sudo.ch on 19 Apr 2013 at 1:57