Skip to content
Mislav Marohnić edited this page Oct 17, 2016 · 28 revisions

Faraday — your HTTP client on Rack

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.

Middleware

Apart from bundled request/response middleware that comes with Faraday, these 3rd-party project provide extra middleware:

Adapters

External repositories for faraday adapters:

Clone this wiki locally