# File lib/em-http/client.rb, line 360
    def socks_proxy?; proxy? && (@options[:proxy][:type] == :socks); end