# File lib/relevance/tarantula/crawler.rb, line 148
      def handle_form_results(form, response)
        handlers.each do |h|
          save_result h.handle(Result.new(:method => form.method,
                                          :url => form.action,
                                          :response => response,
                                          :log => grab_log!,
                                          :referrer => form.action,
                                          :data => form.data.inspect,
                                          :test_name => test_name).freeze)
        end
      end