Skip to main content
property Http2Session.originSet

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
Back to top