We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2432d45 commit 0e20ad9Copy full SHA for 0e20ad9
types/index.d.ts
@@ -28,6 +28,11 @@ declare namespace awsLambdaFastify {
28
*/
29
parseCommaSeparatedQueryParams?: boolean;
30
payloadAsStream?: boolean;
31
+ /**
32
+ * Enable support for multi-value headers in the response when using ALB.
33
+ * @default false
34
+ */
35
+ albMultiValueHeaders?: boolean;
36
}
37
38
export interface LambdaResponseBase {
0 commit comments