Skip to content

httpstatus helps you find out what the HTTP status code means.

License

Notifications You must be signed in to change notification settings

0xdolan/httpstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpstatus

httpstatus helps you find out what the HTTP status code means. Main source of the status code data is mozilla Mozilla MDN.

Usage

Usage Type Usage Code
default mode python main.py status_code
json mode python main.py status_code --json
json mode python main.py status_code -j
table mode python main.py status_code --table
url mode python main.py --url example.com
url mode in json python main.py -u example.com -j
url mode in table python main.py -u example.com --table
Examples:
python main.py 200
python main.py 200 --json
python main.py 200 --table
python main.py --url example.com
python main.py -u example.com -j
python main.py -u example.com --table

Screenshots

python main.py 101 -t

101

python main.py 201 -t

201

python main.py 301 -t

301

python main.py 401 -t

401

python main.py 501 -t

501

Returned status colors are based on colors used in below image: httpstatus_code_colors

Image source

License

Licensed under the GPLv3 License.

About

httpstatus helps you find out what the HTTP status code means.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages