Skip to content

Commit

Permalink
Support if-none-match and if-match. (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmrigney authored Dec 18, 2024
1 parent 316ce91 commit f4812b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ export function isSupportedHeader(key: string) {
'content-disposition',
'content-language',
'x-amz-website-redirect-location',
'if-none-match',
'if-match',
]
return supported_headers.includes(key.toLowerCase())
}
Expand Down

0 comments on commit f4812b2

Please sign in to comment.