Module: HTTPX::Plugins::NTLMAuth::InstanceMethods

Defined in:
lib/httpx/plugins/ntlm_auth.rb

Instance Method Summary collapse

Instance Method Details

#ntlm_auth(user, password, domain = nil) ⇒ Object



30
31
32
# File 'lib/httpx/plugins/ntlm_auth.rb', line 30

def ntlm_auth(user, password, domain = nil)
  with(ntlm: Authentication::Ntlm.new(user, password, domain: domain))
end