statcode
statcode copied to clipboard
Man pages for HTTP status codes
- Add support for case insensitive comparison of header parameters - Previously running the following `statcode cache-control` would return the following error `Sorry, statcode doesn't recognize: cache-control` - After changes...
I'm using Python 3.7.0 on macOS 10.14.2 and none of the options works. For example: ```statcode -a``` just prints usage. ```statcode --list``` also. ```statcode -n 404``` says "Sorry, statcode does...
The help still says v1.0.0 rather than v2.0.0.
It might be nice to have a `SEE ALSO` section in the statcode output, linking to the relevant section of the RFC that "governs" the status codes. Some of the...
Hey @shobrook! It would be useful to see list of all status codes with their short description. For example: ``` $ statcode -l ... 200: OK - The request has...