MultiValueHeaders
@h4ad/serverless-adapter > MultiValueHeaders
(type) MultiValueHeaders
The record that represents the headers that have multiple values in the value
Signature:
export type MultiValueHeaders = Record<string, string[] | undefined>;
Example
\{ 'Accept-Encoding': ['gzip', 'deflate', 'br'] }