# File lib/em-http/http_connection_options.rb, line 32 def http_proxy?; @proxy && [nil, :http].include?(@proxy[:type]); end