From: Patrick May Date: 2005-10-04T05:13:11+09:00 Subject: Re: HttpClient Quoting Hardy Henneberg : > Is there a ruby library with support for making a HttpClient - like > the Jakarta commons HttpClient for java ? In addition to Net::HTTP, there is also WebUnit. It has an interface similar to HttpUnit for java, if that is what floats your boat. And there is WWW::Mechanize, which is similar to the perl WWW::Mechanize. Cheers, ~ Patrick May