# File lib/innate/helper/redirect.rb, line 13
      def respond!(body, status = 200, header = {})
        header['Content-Type'] ||= 'text/html'
        throw(:respond, Response.new(body, status, header))
      end