property Http2Stream.session
Usage in Deno
```typescript import { type Http2Stream } from "node:node__http2.d.ts"; ```A reference to the `Http2Session` instance that owns this `Http2Stream`. The
value will be `undefined` after the `Http2Stream` instance is destroyed.
Http2Session | undefined