Http2Session.originSet - Node documentation
property Http2Session.originSet

Usage in Deno

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

If the Http2Session is connected to a TLSSocket, the originSet property will return an Array of origins for which the Http2Session may be considered authoritative.

The originSet property is only available when using a secure TLS connection.

Type

string[] | undefined