Skip to content

Commit 5a8d2ed

Browse files
authored
Add multiValueHeaders type to Request (#264)
1 parent 56a4cff commit 5a8d2ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ export declare class Request {
154154
headers: {
155155
[key: string]: string | undefined;
156156
};
157+
multiValueHeaders: {
158+
[key: string]: string | undefined;
159+
};
157160
rawHeaders?: {
158161
[key: string]: string | undefined;
159162
};

0 commit comments

Comments
 (0)