property Http2ServerRequest.prototype.complete Usage in Deno```typescript import { Http2ServerRequest } from "node:node__http2.d.ts"; ``` The `request.complete` property will be `true` if the request has been completed, aborted, or destroyed. Type boolean