You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Olle Jonsson edited this page May 26, 2019
·
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.
faraday-stack (follow redirects, response parsing, and other) – deprecated in favor of faraday_middleware
faraday_utf middlewares for processing utf (removed by its author, preserved here as a link to the lostisland/faraday_middleware PR, which also defined it)