Http2Stream.endAfterHeaders - Node documentation
property Http2Stream.endAfterHeaders

Usage in Deno

import { type Http2Stream } from "node:http2";

Set to true if the END_STREAM flag was set in the request or response HEADERS frame received, indicating that no additional data should be received and the readable side of the Http2Stream will be closed.

Type

boolean