``` 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.
Let's make it possible to not discard the body with a flag, e.g.
httpstat -b. It'd be way nicer thanhttpstat -o /dev/stdout.Additionally, if
Content-Typeis something meaningful likeapplication/json, syntax highlight it.