I'm trying to find some quick, simple code that will buffer an http response.
I'm trying to download a large file from a website. And I want to update my user with the progress. I realize I could keep checking the size of the file on my disk, but I'd rather just keep count of the bytes read. Something similar to this but with an http response...