Skip to content

Commit 0e20ad9

Browse files
authored
fix - update type declaration to include albMultiValueHeaders in the options (#273)
1 parent 2432d45 commit 0e20ad9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ declare namespace awsLambdaFastify {
2828
*/
2929
parseCommaSeparatedQueryParams?: boolean;
3030
payloadAsStream?: boolean;
31+
/**
32+
* Enable support for multi-value headers in the response when using ALB.
33+
* @default false
34+
*/
35+
albMultiValueHeaders?: boolean;
3136
}
3237

3338
export interface LambdaResponseBase {

0 commit comments

Comments
 (0)