Registry / http-client / faraday-follow-redirects

faraday-follow-redirects

JSON →
library0.5.0rbrubygemsunverified

Faraday 1.x and 2.x compatible extraction of FaradayMiddleware::FollowRedirects for HTTP redirect following.

gem install faraday-follow_redirects
INSTALL
IMPORT
SIG · FARADAY-FOLLOW-RED
F
faraday-follow-redirects
http-clientrubyv0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Faraday::FollowRedirects
require 'faraday/follow_redirects'

Follow HTTP redirects with Faraday

require 'faraday' require 'faraday/follow_redirects' conn = Faraday.new do |f| f.use Faraday::FollowRedirects f.adapter Faraday.default_adapter end response = conn.get('http://example.com/redirect') puts response.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Resources
faraday-follow-redirects — gem install faraday-follow-redirects · libregistry