Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 427 Bytes

core.headersinit.md

File metadata and controls

13 lines (8 loc) · 427 Bytes

Home > @cerbos/core > HeadersInit

HeadersInit type

HTTP headers from which to construct a Headers object.

Signature:

export type HeadersInit = [string, string][] | Record<string, string> | Headers;