Skip to content

Commit

Permalink
Add excon info to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Apr 13, 2011
1 parent 46341a1 commit 0eef043
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -36,13 +36,15 @@ maintenance) and accurate (the response from example.com will contain the same h
* [WebMock](https://github.com/bblimke/webmock)
* [Typhoeus](https://github.com/dbalatero/typhoeus)
* [Faraday](https://github.com/technoweenie/faraday)
* [Excon](https://github.com/geemus/excon)
* Supports multiple HTTP libraries:
* [Patron](http://github.com/toland/patron) (when using WebMock)
* [Curb](http://github.com/taf2/curb) (when using WebMock -- only supports Curb::Easy at the moment)
* [HTTPClient](http://github.com/nahi/httpclient) (when using WebMock)
* [em-http-request](http://github.com/igrigorik/em-http-request) (when using WebMock)
* [Net::HTTP](http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/index.html) (when using FakeWeb and WebMock)
* [Typhoeus](https://github.com/dbalatero/typhoeus) (Typhoeus::Hydra, but not Typhoeus::Easy or Typhoeus::Multi)
* [Excon](https://github.com/geemus/excon)
* [Faraday](https://github.com/technoweenie/faraday)
* And of course any library built on Net::HTTP, such as [Mechanize](http://github.com/tenderlove/mechanize),
[HTTParty](http://github.com/jnunemaker/httparty) or [Rest Client](http://github.com/archiloque/rest-client).
Expand Down Expand Up @@ -125,6 +127,8 @@ If you find VCR useful, please recommend me on [working with rails](http://worki
the inspiration for VCR.
* [David Balatero](https://github.com/dbalatero) for help with [Typhoeus](https://github.com/pauldix/typhoeus)
support.
* [Wesley Beary](https://github.com/geemus) for help with [Excon](https://github.com/geemus/excon)
support.

Thanks also to the following people who have contributed patches or helpful suggestions:

Expand Down

0 comments on commit 0eef043

Please sign in to comment.