> Also I wonder is there a Ruby HTTP client library? Something like Perl's > LWP? That way, when get an exception, I would do an HTTP request > using the last URL. net/http works nicely for me. Probably not as high-powered as LWP, but gets the job done. -Chris