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

Use Faraday to wrap all http requests. #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Use Faraday to wrap all http requests. #16

wants to merge 2 commits into from

Conversation

felixyz
Copy link

@felixyz felixyz commented Feb 20, 2013

Using Faraday makes it possible to use a number of different http client libraries. In particular, I can now use the Synchrony http functionality by setting

client.http_adapter = :em_synchrony

Felix Holmgren added 2 commits February 20, 2013 13:42
  * Makes it easy to switch between http clients.
  * Currently set to use Patron. The speed is on par with HTTPClient.
@thibaudgg
Copy link

👍

@felixyz
Copy link
Author

felixyz commented Apr 26, 2013

Well, I think I screwed up on a couple of details here, but if there's interest I can fix them up and make a new pr. We're using the fork with Faraday support and it's very convenient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants