Prettify raw HTTP responses from curl.
curl -si https://example.com | prettyhttpchmod +x prettyhttp && sudo mv prettyhttp /usr/local/bin/- Status line colored green/yellow/red by code
- Headers highlighted
- JSON body auto pretty-printed
- Handles redirects (multiple HTTP blocks)
Python 3.10+