Skip to content

lightgun-poc / lib/cors / OriginInfo

Interface: OriginInfo

Defined in: lib/cors.ts:16

The two request headers the policy is decided on.

Properties

host

host: string | undefined

Defined in: lib/cors.ts:20

Host header — what this server is being addressed as.


origin

origin: string | undefined

Defined in: lib/cors.ts:18

Origin header — absent outside browsers.

Released under the MIT License.