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