-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I would like to suggest to add a 'progress callback' to HTTP.
- Expose a couple of variables via 'progress callback', such as total file size (in bytes), transferred size (downloaded/uploaded size so far, in bytes), transfer rate (download/upload speed, in bytes/sec). And perhaps also approximate time left (in seconds), so that we don't have to do calculation manually.
- There's no way of stopping
or even pausing/resuminga download/upload. Please consider implementing it.
I just tried to make HTTP downloader/uploader addon, but right now there's nothing more than 'completion callback', alone, is pretty limited functionality. I was aiming for something such as:

P.S. I know you may get the total file size by sending a HTTP HEAD request, but the thing is, a file might change between the two separate HTTP requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels