658 659 660
# File 'lib/httpclient.rb', line 658 def set_auth(user, passwd) @basic_auth.set(nil, user, passwd) end