Skip to main content
Http2Session.originSet - node__http2.d.ts - Node documentation
property Http2Session.originSet

Usage in Deno

```typescript import { type Http2Session } from "node:node__http2.d.ts"; ```
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