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

  1. Fork it ( https://github.com/blase/http_help/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request