Changeset [7113bec77e8b08964a7e5c1e1480446fefbfb71b] by Walter McGinnis
June 15th, 2012 @ 02:32 PM
Adding timeout handling for when the website simply doesn't
respond at all.
https://github.com/kete/http_url_validation_improved/commit/7113bec...
Committed by Walter McGinnis
- M lib/http_url_validation_improved.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby gem for checking whether a URL responds to a Head request (will also attempt variants, too) as a validation step.
HTTP URL Validation Plugin Improved
by Erik Gregg, Walter McGinnis, Kieran Pilkington
This work is based on Erik's work, but mainly refined for the Kete application (http://kete.net.nz).
Inspired by HTTP URL Validation Plugin by C. Carneiro Jr.