mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
Merge pull request #342 from jaimeiniesta/patch-1
Add HTTPClient to list of adapters in README
This commit is contained in:
commit
b5ea93a0cc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user