# File lib/client.rb, line 169 def http_connection if !@http_conn @http_conn = SwiftClient.http_connection(@url) else @http_conn end end