Public Instance methods
ntlm_auth(user, password, domain = nil)
[show source]
# File lib/httpx/plugins/ntlm_v2_auth.rb 57 def ntlm_auth(user, password, domain = nil) 58 with(ntlm: Authenticator.new(user, password, domain: domain)) 59 end