FlattenedHeadersAndCookies
@h4ad/serverless-adapter > FlattenedHeadersAndCookies
(type) FlattenedHeadersAndCookies
The wrapper that holds the information about single value headers and cookies
Signature:
export type FlattenedHeadersAndCookies = \{
headers: Record<string, string>;
cookies: string[];
};