# File lib/typhoeus/easy.rb, line 226
    def url=(url)
      @url = url
      set_option(OPTION_VALUES[:CURLOPT_URL], url)
    end