Public Instance methods
option_ntlm(value)
[show source]
# File lib/httpx/plugins/ntlm_auth.rb 20 def option_ntlm(value) 21 raise TypeError, ":ntlm must be a #{Authentication::Ntlm}" unless value.is_a?(Authentication::Ntlm) 22 23 value 24 end