hi all, i want to know whether there are libraries like java httpclient in ruby? great thanks.
+1
A:
Net::HTTP if you don't want an external dependency, Curb/Curl::Multi if you need raw performance, Patron if you want a good middle-of-the-road solution, and open-uri if you need something quick and dirty that will never see production usage.
Patron is usually my favored solution.
Bob Aman
2009-10-19 22:57:05