johnhilts / teen

Like man pages, but for HTTP status codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teen

teen 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 teen, you can simply run $ teen [status_code] and get a quick explanation of your HTTP response – without leaving the terminal.

demo

Installation

Teen works on MacOS, Linux, and Windows (if you use Cygwin), with compiled binaries available for every release. You can also install it with pip:

$ pip install teen

Requires Python 3.0 or higher.

Contributing

This was just something I put together in a day, but eventually I'd like to turn this project into the go-to manual for everything related to HTTP, such as extending support to things like request headers. If you'd like to be a part of that, feel free to make a contribution. Just fork the repo, make your changes and then submit a pull request. If you do contribute, please try to adhere to the existing style.

If you've discovered a bug or have a feature request, create an issue and I'll take care of it!

About

Like man pages, but for HTTP status codes


Languages

Language:Python 100.0%