A very simple HTTP status code lookup CLI tool. Built to learn rudimentary Go syntax.
git clone https://github.com/mulholio/httplz
go build httplz.go
-
Pass the status code number as the sole argument:
./httplz 400
Output:
400: Bad Request The server could not understand the request due to invalid syntax.