module Excon

def self.new(url)

def self.new(url)
  Excon::Connection.new(url)
end