Type Alias: HttpHeaders
type HttpHeaders = Readonly<Record<string, string>>;
Defined in: packages/player/src/headers.ts:15
HTTP request headers to send for one source, as a plain object.
Keys are header names ('Authorization'), values are the header values
('Bearer …'). Order is the object's own insertion order.