Code Monkey home page Code Monkey logo

faraday-follow-redirects's Introduction

Faraday Follow Redirects

GitHub Workflow Status Gem License

Faraday 2.x compatible extraction of FaradayMiddleware::FollowRedirects. This gem will also work with Faraday 1.x, to support gem codebases which can work with Faraday 1.x or 2.x. For the former standard version of this middleware for Faraday 1.x, check out https://github.com/lostisland/faraday_middleware. Faraday 1.x support is considered deprecated, please update to Faraday 2.x.

This gem is based on the deprecated FaradayMiddleware::FollowRedirects (v1.2.0).

Installation

Add this line to your application's Gemfile:

gem 'faraday-follow_redirects'

And then execute:

bundle install

Or install it yourself as:

gem install faraday-follow_redirects

Usage

require 'faraday/follow_redirects'

Faraday.new(url: url) do |faraday|
  faraday.use Faraday::FollowRedirects::Middleware

  faraday.adapter Faraday.default_adapter
end

Development

After checking out the repo, run bin/setup to install dependencies.

Then, run bin/test to run the tests.

To install this gem onto your local machine, run rake build.

To release a new version, make a commit with a message such as "Bumped to 0.0.2" and then run rake release. See how it works here.

We only supports non-EOL versions of Ruby. See Ruby Maintenance Branches for the list of non-EOL Rubies.

Appraisal for testing multiple versions of dependencies

We use appraisal to test against both faraday 1.x and 2.x, and ./bin/test will run tests against both. To run tests against just one you could:

bundle exec appraisal faraday_1 rspec
bundle exec appraisal faraday_2 rspec

Contributing

Bug reports and pull requests are welcome on GitHub.

License

The gem is available as open source under the terms of the MIT License.

faraday-follow-redirects's People

Contributors

dependabot[bot] avatar jrochkind avatar olleolleolle avatar tisba avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.