# File lib/httparty.rb, line 99 def basic_auth(u, p) default_options[:basic_auth] = {:username => u, :password => p} end