Open jrmuizel opened 7 years ago
The interface to stream a response body requires one to call res.read(buf)
, so it shouldn't be too hard to know how many bytes have been read each time, right? Does this need to be a thing inside reqwest?
No, that sounds like it might work. I'll take a look.
i.e. if I'm downloading a large file it would be nice to get progress notifications. libcurl has: