1.0.0 • Published 7 years ago

whatishttp v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

What Is Http ...

Command line utility that lets one quickly lookup what an HTTP status code means.

Installation

Installation is super simple. npm install whatishttp -g

Using

To use, simply run the following: wih <some http status code

Example

wih 500

Credit

Thanks to Mozilla for providing detailed documentation on the error codes which I used in this code. Here's a link to it.