mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-08 00:03:41 -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][]
|
* [Typhoeus][]
|
||||||
* [Patron][]
|
* [Patron][]
|
||||||
* [EventMachine][]
|
* [EventMachine][]
|
||||||
|
* [HTTPClient][]
|
||||||
|
|
||||||
It also includes a Rack adapter for hitting loaded Rack applications through
|
It also includes a Rack adapter for hitting loaded Rack applications through
|
||||||
Rack::Test, and a Test adapter for stubbing requests by hand.
|
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
|
[typhoeus]: https://github.com/typhoeus/typhoeus#readme
|
||||||
[patron]: http://toland.github.com/patron/
|
[patron]: http://toland.github.com/patron/
|
||||||
[eventmachine]: https://github.com/igrigorik/em-http-request#readme
|
[eventmachine]: https://github.com/igrigorik/em-http-request#readme
|
||||||
|
[httpclient]: https://github.com/nahi/httpclient
|
||||||
[jruby]: http://jruby.org/
|
[jruby]: http://jruby.org/
|
||||||
[rubinius]: http://rubini.us/
|
[rubinius]: http://rubini.us/
|
||||||
[license]: LICENSE.md
|
[license]: LICENSE.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user