Skip to content

Commit

Permalink
Add multiValueHeaders type to Request
Browse files Browse the repository at this point in the history
  • Loading branch information
guirisnik committed Apr 12, 2024
1 parent 56a4cff commit fe534f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ export declare class Request {
headers: {
[key: string]: string | undefined;
};
multiValueHeaders: {
[key: string]: string | undefined;
};
rawHeaders?: {
[key: string]: string | undefined;
};
Expand Down

0 comments on commit fe534f8

Please sign in to comment.