hgoebl / DavidWebb

Lightweight Java HTTP-Client for calling JSON REST-Services (especially for Android)
https://hgoebl.github.io/DavidWebb/
MIT License
127 stars 41 forks source link

#18: Allow to get the result as InputStream #19

Closed essobedo closed 8 years ago

essobedo commented 8 years ago

Fix for https://github.com/hgoebl/DavidWebb/issues/18

The goal of this PR is to allow to get the result as an InputStream by adding a new method called asStream in the class Request.