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