# File lib/em-http/http_connection_options.rb, line 38 def connect_proxy? @proxy && (@proxy[:type] == :http || @proxy[:type].nil?) && @https end