cfman

CFMan Pages for Status Codes


License
MIT
Install
pip install cfman==2.0.2

Documentation

cfman

cfman pages are like man pages but for HTTP status codes. Most web developers spend considerable time looking at response codes (usually errors) and then Googling what they mean. But with cfman, you can simply run $ cfman [status_code] and get a quick explanation of your HTTP response – without leaving the terminal.

demo

Installation

You can also install it with pip:

$ pip install cfman