Skip to content

Commit

Permalink
Support if-none-match and if-match.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmrigney committed Dec 12, 2024
1 parent 91dff4b commit e51eeaf
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 e51eeaf

Please sign in to comment.