HTTPResponseCode::Test

A simple way to bulk test the response codes of sites on a server.

Installation

$ gem install http_response_code-test

Usage

This is meant to mostly be used as a command-line tool to check the response of a ton of pages.

  1. First, make a file of all of your sites
    • $ find /var/www -name index.php > sites.txt
  2. Now, run the CL tool to test the HTTP Response Codes
    • $ http_response_code-test -s sites.txt -d http://foobar.example.com

Contributing

  1. Fork it ( https://github.com/[my-github-username]/http_response_code-test/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