From: Justin Collins Date: 2006-07-21T04:33:31+09:00 Subject: Re: Net/HTTP is flaky? >> You know, this is where Ruby's lack of documentation is really biting >> me in the ass. I found some rudimentary docs on how to use it but, >> you know what? > > Unfortunately the Net::HTTP documentation isn't enabled in 1.8. You > can use the 1.9 documentation however: > > http://ruby-doc.org/core-1.9/classes/Net/HTTP.html > > As luck would have it, it has a "Following Redirection" section a few > pages down. > It's in the regular standard library documentation as well: http://ruby-doc.org/stdlib/ http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/classes/Net/HTTP.html -Justin