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