0.0.7 • Published 3 years ago
httpsc v0.0.7
httpsc
Simple HTTP status codes reference CLI. The httpsc command stands for "HTTP status codes". Sorry, more meaningful package names are taken.

Usage
Use a pattern matching to get short info about multiple codes or detailed info about particular one.
npx httpscto get the whole referencenpx httpsc 4to get short info about all4xxcodesnpx httpsc 40to get short info about all40xcodesnpx httpsc 404to get detailed info about404code
Node.js API
Do you wan't to use this info on your project? Here you go.
yarn add httpscimport httpsc, { getCode } from "httpsc";httpscto get the whole referencegetCodeto get the info about particular status code (i.e.getCode(404))
Thanks to
Wikipedia :-*