Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Typhoeus links. #174

Merged
merged 1 commit into from
Jun 13, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ maintenance) and accurate (the response will contain the same headers and body y
following are supported:
* [FakeWeb](https://github.com/chrisk/fakeweb)
* [WebMock](https://github.com/bblimke/webmock)
* [Typhoeus](https://github.com/dbalatero/typhoeus)
* [Typhoeus](https://github.com/typhoeus/typhoeus)
* [Faraday](https://github.com/technoweenie/faraday)
* [Excon](https://github.com/geemus/excon)
* Supports multiple HTTP libraries:
Expand All @@ -47,7 +47,7 @@ maintenance) and accurate (the response will contain the same headers and body y
* [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)
* [Typhoeus](https://github.com/typhoeus/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),
Expand Down Expand Up @@ -127,7 +127,7 @@ yard server --reload
* [Chris Kampmeier](http://github.com/chrisk) for [FakeWeb](http://github.com/chrisk/fakeweb).
* [Chris Young](http://github.com/chrisyoung) for [NetRecorder](http://github.com/chrisyoung/netrecorder),
the inspiration for VCR.
* [David Balatero](https://github.com/dbalatero) for help with [Typhoeus](https://github.com/pauldix/typhoeus)
* [David Balatero](https://github.com/dbalatero) for help with [Typhoeus](https://github.com/typhoeus/typhoeus)
support.
* [Wesley Beary](https://github.com/geemus) for help with [Excon](https://github.com/geemus/excon)
support.
Expand Down