$ httpinfo
HTTP Status Code Lookup.
A CLI app for looking up HTTP status codes from the comfort of your terminal.
Instantly retrieve information on HTTP status codes, including their meaning, description, and specification. No more tedious web searches or cumbersome documentation.
Features
- Quick and easy lookup of HTTP status codes
- Detailed information on each status code, including meaning, description, and specification
- Convenient CLI interface for rapid lookup
httpinfo
can be installed by cloning the repo and installing manually:
# cloning the repo
git clone https://github.com/devfloww/httpinfo
# enter the cloned repo directory
cd httpinfo
# Install the dependences
npm install
# Create a symlink of the program
npm link
# Now, run the command
httpinfo --help
# or sometimes on windows
httpinfo.cmd --help
- To seek help:
httpinfo [-h | --help]
- To look-up a status code with a short description (just the name):
httpinfo -c <code>
- To look-up a status code with a longer description (meaning, specification, examples):
httpinfo -c <code> [--l | --long]
- To check version:
httpinfo [-v | --version]
- To update to latest version of the application
httpinfo --update
And of course, when you don't need it anymore and want to remove it, run:
httpinfo --remove
If you were not satisfied with the experience you had with this tool, please do me a favor and call my attention for improvements. This will help me a lot and I will very much appreciate that.😅
Mail me @ [email protected] or raise an Issue here on Github. Thank you.
Buy me coffee to support😅.\