Feature matrix of Ruby HTTP clients

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]

[2] GitHub - asakusarb/odrk-http-client: Ruby HTTP clients comparison for Oedo RubyKaigi 01

Regards,
// NaHi