davecheney / httpstat

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

Support for -o and -O flags #48

Closed jrozner closed 7 years ago

jrozner commented 7 years ago

Add support for cURLs -o and -O flags which allow saving the body into a user specified file and the URI specified file respectively. This may interact with #20 and #35.

davecheney commented 7 years ago

SGTM. But please wait for or help with #20 and #35 as they will give you almost all of the mechanism for this feature.