erikdubbelboer / fasthttp

This fork has been deprecated!
MIT License
50 stars 12 forks source link

Added Writer field in Client and HostClient. #15

Closed dgrr closed 6 years ago

dgrr commented 6 years ago

This commit was built to make easier the download of files. You don't have to store the files in memory and dump in a file after that.

Solves https://github.com/erikdubbelboer/fasthttp/issues/14

erikdubbelboer commented 6 years ago

Can you please rebase on master so all the changes from the other commits aren't included in yours.