/httpcode

Get info about http status codes right at your terminal

Primary LanguageGoMIT LicenseMIT

httpcode

Get info about http status codes right at your terminal.

Download

See releases page to download binaries.

Usage

$ httpcode 418
I'm a teapot

$ httpcode -v 418
418
I'm a teapot
The server refuses the attempt to brew coffee with a teapot.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/418

Build 🔨

You can install with Go:

$ go get github.com/thealamu/httpcode

or build yourself:

$ git clone https://github.com/thealamu/httpcode
$ cd httpcode
$ go install
$ httpcode --help