whattp is a CLI developed using Go which allows you to quickly get information on a specific HTTP status code with a single command.
whattp is distributed using Brew, so is only available to those with access to homebrew.
To install whattp first tap the repo:
brew tap valxntine/valxntine
Then install whattp:
brew install whattp
Using whattp is a breeze, just use the HTTP status code you're interested in as the first and only argument to the command, for example:
whattp 500
And you'll be greeted with an output explaining what that status code means.

