# File lib/typhoeus/request/operations.rb, line 14
      def run
        easy = EasyFactory.new(self).get
        easy.perform
        response
      end