1.0.1 • Published 3 years ago

st8us v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Status

ST8US

Usage (CLI) ⚒️

Installation

npm install -g st8us

Input

Provide a status code

st8us --code 404

st8 -c 404

Response

╔═════════════════════════════════════════════════════════════════════════════════════╗
║                                                                                     ║
║   404: Not Found                                                                    ║
║                                                                                     ║
║   The server can not find requested resource. In the browser, this means the URL    ║
║   is not recognized. In an API, this can also mean that the endpoint is valid but   ║
║   the resource itself does not exist. Servers may also send this response instead   ║
║   of 403 to hide the existence of a resource from an unauthorized client. This      ║
║   response code is probably the most famous one due to its frequent occurence on    ║
║   the web.                                                                          ║
║                                                                                     ║
║   Learn more at: https://tools.ietf.org/html/rfc7231#section-6.5.4                  ║
║                                                                                     ║
╚═════════════════════════════════════════════════════════════════════════════════════╝