From 625116c8882c74a6f195c3652a161858b358decb Mon Sep 17 00:00:00 2001 From: Jaime Iniesta Date: Tue, 11 Feb 2014 18:44:32 +0100 Subject: [PATCH] Add HTTPClient to list of adapters in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e59d09d0..074bd707 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Faraday supports these adapters: * [Typhoeus][] * [Patron][] * [EventMachine][] +* [HTTPClient][] It also includes a Rack adapter for hitting loaded Rack applications through Rack::Test, and a Test adapter for stubbing requests by hand. @@ -211,6 +212,7 @@ See [LICENSE][] for details. [typhoeus]: https://github.com/typhoeus/typhoeus#readme [patron]: http://toland.github.com/patron/ [eventmachine]: https://github.com/igrigorik/em-http-request#readme +[httpclient]: https://github.com/nahi/httpclient [jruby]: http://jruby.org/ [rubinius]: http://rubini.us/ [license]: LICENSE.md