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



28
29
30
# File 'lib/httpx/plugins/ntlm_auth.rb', line 28

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