-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Valentine
authored
Jul 6, 2022
1 parent
aa38ba5
commit e7b1840
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# whattp - A Simple, Offline, Easy to Use HTTP status code explorer. | ||
|
||
![whattp](/doc/static/whattpbanner.png) | ||
|
||
___ | ||
|
||
|
||
`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` | ||
|
||
## 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 404` | ||
|
||
And you'll be greeted with an output explaining what that status code means. |