I'd like to monitor the sending of chunks of the request body but reading the source code I can't figure how to do this.
The scenario is a stream() operation where a big file is sent through a POST and a progress bar has to display the status of the upload.