Skip to main content
Http2ServerRequest.prototype.complete - http2 - Node documentation
property Http2ServerRequest.prototype.complete

Usage in Deno

import { Http2ServerRequest } from "node:http2";

The request.complete property will be true if the request has been completed, aborted, or destroyed.

Type

boolean