# File lib/faraday/connection.rb, line 243 def proxy_arg_to_uri(arg) case arg when String then URI.parse(arg) when URI then arg end end