Report the HTTP status codes for GET and POST requests
Project description
Install
You can install from PyPI with pip using the following command:
pip install status
or download the source repository and run the following command in the top level source directory:
python setup.py install
Usage
status will report the returned status code with a GET or POST request. The general syntax is:
status [option] <url>
GET Request Status Codes
GET is the default request type. Simply enter the full URL as an argument to status:
status <url>
POST Request Status Codes
To use a POST request, add the -p or --post option:
status -p <url>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
status-0.1.1.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for status-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b22e9d8d4a0cf87d2bd364bf0a0ad06a954983c9266754320f2bd630e421dcd |
|
MD5 | 12f56ce6766cc2362e6fbfd4d2045e0a |
|
BLAKE2b-256 | 561bef822a985197fd0723237079ca087899dcfcb1085c7812254dcf6b883e39 |