davecheney / httpstat

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

Flag: don't discard body, add syntax highlighting #149

Open Nowaker opened 3 years ago

Nowaker commented 3 years ago
Body discarded

Let's make it possible to not discard the body with a flag, e.g. httpstat -b. It'd be way nicer than httpstat -o /dev/stdout.

Additionally, if Content-Type is something meaningful like application/json, syntax highlight it.