HttpHelp
Find HTTP status codes from the command line.
Installation
gem install http_help
Usage
http [number] finds the description of a given code
http [description] finds the number of a given description
http all lists all status codes
Contributing
- Fork it ( https://github.com/blase/http_help/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request