https://github.com/valxntine/whattp
A simple, offline CLI tool for getting HTTP status code information
https://github.com/valxntine/whattp
cli cli-app cobra-cli go golang-cli
Last synced: 4 months ago
JSON representation
A simple, offline CLI tool for getting HTTP status code information
- Host: GitHub
- URL: https://github.com/valxntine/whattp
- Owner: valxntine
- License: mit
- Created: 2022-07-04T20:28:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T22:19:33.000Z (over 3 years ago)
- Last Synced: 2024-06-19T02:00:27.059Z (about 2 years ago)
- Topics: cli, cli-app, cobra-cli, go, golang-cli
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 36
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whattp - A Simple, Offline, Easy to Use HTTP status code explorer.

___
`whattp` is a CLI developed using Go which allows you to quickly get information on a specific HTTP status code with a single command.
## Installation
`whattp` is distributed using Brew, so is only available to those with access to homebrew.
To install `whattp` first tap the repo:
`brew tap valxntine/valxntine`
Then install `whattp`:
`brew install whattp`
Alternatively, if you have Go installed you can install `whattp` using `go install`
`go install github.com/valxntine/whattp@latest`
## Usage
Using `whattp` is a breeze, just use the HTTP status code you're interested in as the first and only argument to the command, for example:
`whattp 500`
And you'll be greeted with an output explaining what that status code means.
