Hi,
I posted Ruby HTTP clients feature matrix [1] which compares various
Ruby HTTP client implementations. I hope Ruby users find it
informative.
Listed clients: net/http, open-uri, httparty, rest-client,
right_http_connection, rufus-verbs, simplehttp, curb, patron,
typhoeus, eventmachine, excon, httpclient, faraday, wrest,
activeresource and rfuzz.
Sample and test scripts for this matrix is at github repo [2]. This
could help you understand API usage of above libraries. Let me know if
you find any mistakes (it must include some!) and my
misunderstandings.
[1] http://soap4r.blogspot.com/2011/04/feature-matrix-of-ruby-http-clients.html
[2] https://github.com/asakusarb/odrk-http-client
Regards,
// NaHi