# File lib/typhoeus/request.rb, line 133
    def user_agent=(value)
      puts "DEPRECATED: Typhoeus::Request#user_agent=(value). This will be removed in a later version."
      headers['User-Agent'] = value
    end