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