# File lib/excon.rb, line 87
    def new(url, params = {})
      Excon::Connection.new(url, params)
    end