You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hssp for Http StatuS where the two capitals S replace the two ts of http.
Why?
This CLI is here to help you find/remember the meaning of an http status code.
Historically speaking, this tool was written after struggling with my memory to find the meaning of a code.
Some tools already exist but installing Node.js is too much for me...
Installation
From source
To install hssp, first you need to install the dependencies:
Arch Linux
pacman -S go make
Then, run:
make build
make install
Quick start
Code
$ hssp code --help
This command displays the description for the given http code
with its corresponding class and its RFC.
Usage:
hssp code CODE [...] [flags]
Flags:
-h, --help helpfor code
$ hssp class --help
This command displays the list of http status codes corresponding
to the given class, which may be specified as a number (1-5),
a class category string (1xx, 2xx, 3xx, 4xx, 5xx),
or the class name, i.e. informational, successful, redirect, clienterror,
or servererror
Usage:
hssp class [CLASS | NAME] [...] [flags]
Flags:
-h, --help helpfor class