Status is a simple HTTP
status code lookup tool written in Go. lookup HTTP
statuscodes right in your
terminal.
go get -u github.com/kofiasare/status
A quick lookup
$ status -c 200
For details, run with verbose.
$ status -c 200 -v
List all status codes
$ status -a
Get help.
$ status -h
Bug reports and pull requests are welcome on GitHub at https://github.com/kofiasare/status.
The is available as open source under the terms of the MIT License.