Utility to print short descriptions for HTTP error codes:
bash
➜ http-status-print 234 503
234 <unknown status code> : https://httpstatuses.com/234
503 Service Unavailable : https://httpstatuses.com/503
Try to learn a little rust while building this tool.
bash
cargo install --git https://github.com/noahp/http-status-print