module Excon

def self.new(url, params = {})

def self.new(url, params = {})
  Excon::Connection.new(url, params)
end