mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
1.9 KiB
1.9 KiB
layout | title | feature-img | hide |
---|---|---|---|
page | <img src="assets/img/home-logo.svg"> | assets/img/featured-bg.svg | true |
Faraday is an HTTP client library 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.
{: .text-center} Fork on GitHub{: .btn} Chat with us{: .btn}
{: .mt-60}
Installation
Add this line to your application's Gemfile:
gem 'faraday'
And then execute:
$ bundle
Or install it yourself as:
$ gem install faraday
You can also install the faraday_middleware
extension gem to access a collection of useful Faraday middleware.
{: .mt-60}