Registry / http-client / faraday-digestauth

faraday-digestauth

JSON →
library0.4.1rbrubygemsunverified

Faraday extension to enable digest authentication for HTTP requests.

gem install faraday-digestauth
INSTALL
IMPORT
SIG · FARADAY-DIGESTAUTH
F
faraday-digestauth
http-clientrubyv0.4.1
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::DigestAuth
require 'faraday/digest_auth'

Makes a GET request with digest authentication.

require 'faraday/digest_auth' conn = Faraday.new(url: 'http://example.com') do |f| f.request :digest, 'user', 'password' end response = conn.get('/protected')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
faraday-digestauth — gem install faraday-digestauth · libregistry