property Http2ServerRequest.prototype.complete Usage in Denoimport { Http2ServerRequest } from "node:http2"; The request.complete property will be true if the request has been completed, aborted, or destroyed. Type boolean