Skip to main content
Http2Stream.session - http2 - Node documentation
property Http2Stream.session

Usage in Deno

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

A reference to the Http2Session instance that owns this Http2Stream. The value will be undefined after the Http2Stream instance is destroyed.

Type

Http2Session | undefined