Registry / http-client / better-faraday

better-faraday

JSON →
library2.0.2rbrubygemsunverified

Extends Faraday with additional features like retries, logging, and caching without breaking existing code.

gem install better-faraday
INSTALL
IMPORT
SIG · BETTER-FARADAY
B
better-faraday
http-clientrubyv2.0.2
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.

BetterFaraday
require 'better-faraday'

Creates a Faraday-compatible client with retry and logging middleware.

require 'better-faraday' conn = BetterFaraday.new(url: 'https://api.example.com') do |f| f.request :retry f.response :logger end response = conn.get('/endpoint') puts response.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
32
OpenAI (training)
1
Resources
better-faraday — gem install better-faraday · libregistry