davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

Is there a speed_download size_download for curl? #137

Open lovelly opened 5 years ago

lovelly commented 5 years ago

size_download (The total amount of bytes that were downloaded.)

size_upload (The total amount of bytes that were uploaded.)

speed_download (The average download speed that curl measured for the complete download. Bytes per second.)

davecheney commented 5 years ago

Hello,

This project is not curl. Just checking you understood that.

I think it might be ok to add bytes/sec somewhere discrete on the final output. I don't want to add anything to do with uploading; it's too messy.