# File lib/action_controller/metal.rb, line 143
    def to_a
      response ? response.to_a : [status, headers, response_body]
    end