Popularity
9.4
Stable
Activity
8.4
Growing
5,637
98
967

Description

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 supports these adapters:

Code Quality Rank: L4
Monthly Downloads: 13,182,863
Programming language: Ruby
License: MIT License
Tags: HTTP    
Latest version: v2.2.0

Faraday alternatives and similar gems

Based on the "HTTP" category.
Alternatively, view Faraday alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Faraday or a related project?

Add another 'HTTP' Gem

README

[Faraday](./docs/assets/img/repo-card-slim.png)

Gem Version GitHub Actions CI GitHub Discussions

Faraday is an HTTP client library abstraction layer 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. You probably don't want to use Faraday directly in your project, as it will lack an actual client library to perform requests. Instead, you probably want to have a look at Awesome Faraday for a list of available adapters.

Getting Started

The best starting point is the Faraday Website, with its introduction and explanation. Need more details? See the Faraday API Documentation to see how it works internally.

Supported Ruby versions

This library aims to support and is tested against the currently officially supported Ruby implementations. This means that, even without a major release, we could add or drop support for Ruby versions, following their EOL. Currently that means we support Ruby 2.6+

If something doesn't work on one of these Ruby versions, it's a bug.

This library may inadvertently work (or seem to work) on other Ruby implementations and versions, however support will only be provided for the versions listed above.

If you would like this library to support another Ruby version, you may volunteer to be a maintainer. Being a maintainer entails making sure all tests run and pass on that implementation. When something breaks on your implementation, you will be responsible for providing patches in a timely fashion. If critical issues for a particular implementation exist at the time of a major release, support for that Ruby version may be dropped.

Contribute

Do you want to contribute to Faraday? Open the issues page and check for the help wanted label! But before you start coding, please read our Contributing Guide

Copyright

© 2009 - 2022, the Faraday Team. Website and branding design by Elena Lo Piccolo.


*Note that all licence references and agreements mentioned in the Faraday README section above are relevant to that project's source code only.