response.finished


稳定性: 0 - 已弃用。使用 response.writableEnded

¥Stability: 0 - Deprecated. Use response.writableEnded.

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

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