Public Instance methods
digest_auth(user, password, hashed: false)
[show source]
# File lib/httpx/plugins/digest_auth.rb 36 def digest_auth(user, password, hashed: false) 37 with(digest: Authentication::Digest.new(user, password, hashed: hashed)) 38 end