Registry / http-client / faraday-net-http

faraday-net-http

JSON →
library3.4.4rbrubygemsunverified

Faraday adapter for Net::HTTP.

gem install faraday-net_http
INSTALL
IMPORT
SIG · FARADAY-NET-HTTP
F
faraday-net-http
http-clientrubyv3.4.4
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
✓ require 'faraday/adapter/net_http'

Use Net::HTTP adapter with Faraday

require 'faraday/adapter/net_http' conn = Faraday.new(url: 'https://example.com') do |f| f.adapter :net_http end response = conn.get('/') puts response.status
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
faraday-net-http — gem install faraday-net-http · libregistry