property Http2ServerResponse.prototype.finished Usage in Deno```typescript import { Http2ServerResponse } from "node:node__http2.d.ts"; ``` DeprecatedSince v13.4.0,v12.16.0 - Use `writableEnded`. Boolean value that indicates whether the response has completed. Starts as `false`. After `response.end()` executes, the value will be `true`. Type boolean