Home > @cerbos/core > HeadersInit
HTTP headers from which to construct a Headers object.
Signature:
export type HeadersInit = [string, string][] | Record<string, string> | Headers;
Home > @cerbos/core > HeadersInit
HTTP headers from which to construct a Headers object.
Signature:
export type HeadersInit = [string, string][] | Record<string, string> | Headers;