Skip to content

sterchelen/hssp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hssp

justforfunnoreally.dev badge

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   help for code

Meaning of 204

$ hssp code 204
+------+------------+-------------+---------+
| CODE |   CLASS    | DESCRIPTION |   RFC   |
+------+------------+-------------+---------+
|  204 | Successful | No Content  | RFC7231 |
+------+------------+-------------+---------+

Class

$ 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   help for class

List of status codes for the Successful class

$ hssp class 2
+------+------------+-------------------------------+---------+
| CODE |   CLASS    |          DESCRIPTION          |   RFC   |
+------+------------+-------------------------------+---------+
|  200 | Successful | OK                            | RFC7231 |
|  201 | Successful | Created                       | RFC7231 |
|  202 | Successful | Accepted                      | RFC7231 |
|  203 | Successful | Non-Authoritative Information | RFC7231 |
|  204 | Successful | No Content                    | RFC7231 |
|  205 | Successful | Reset Content                 | RFC7231 |
|  206 | Successful | Partial Content               | RFC7231 |
|  207 | Successful | Multi-Status                  | RFC4918 |
|  208 | Successful | Already Reported              | RFC5842 |
|  226 | Successful | IM Used                       | RFC3229 |
+------+------------+-------------------------------+---------+

Contribution

No other words than "Welcome guys" :)

About

CLI to avoid remembering the http status codes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published