# File lib/typhoeus/easy.rb, line 122
    def proxy=(proxy)
      set_option(OPTION_VALUES[:CURLOPT_PROXY], proxy[:server])
      set_option(OPTION_VALUES[:CURLOPT_PROXYTYPE], proxy[:type]) if proxy[:type]
    end