# File lib/fog/core/connection.rb, line 4 def initialize(url, persistent=false, params={}) @excon = Excon.new(url, params) @persistent = persistent end