davecheney / httpstat

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

Get only header #1

Closed n10v closed 7 years ago

n10v commented 7 years ago

Hi! How about a flag, that will show only header of response like curl --head.

davecheney commented 7 years ago

Sure. If you want to send a PR you should probably implement proper flag parsing, which is currently skipped.

On Fri, Sep 23, 2016 at 11:16 PM, Albert notifications@github.com wrote:

Hi! How about a flag, that will show only header of response, like curl -D -.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/davecheney/httpstat/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAcA4YzG_QOm_DtU2SDKk_F3bvfFsQ_ks5qs9EQgaJpZM4KE93S .

n10v commented 7 years ago

Ok. Will be done!