-
Notifications
You must be signed in to change notification settings - Fork 979
Home
rsofaer edited this page Jun 22, 2011
·
28 revisions
Faraday is an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle.
For talking to APIs in a secure way (HTTPS), see Setting up SSL certificates.
Apart from bundled request/response middleware that comes with Faraday, these 3rd-party project provide extra middleware:
- faraday_middleware (oauth requests and response parsing)
- faraday-stack (follow redirects, response parsing, and others)