response.finished


稳定性: 0 - 弃用. 改为使用 response.writableEnded.

如果 response.end() 已被调用,则 response.finished 属性将为 true

The response.finished property will be true if response.end() has been called.