response.finished
稳定性: 0 - 已弃用。请使用
response.writableEnded。- 类型:<boolean>
布尔值,用于指示响应是否已完成。初始为 false。在 response.end() 执行后,该值将为 true。
【Boolean value that indicates whether the response has completed. Starts
as false. After response.end() executes, the value will be true.】