Skip to content

Commit dae6384

Browse files
authoredJul 19, 2022
feat: store link header (#164)
1 parent 27f3e2a commit dae6384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/cache/entry.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const KEEP_RESPONSE_HEADERS = [
3535
'etag',
3636
'expires',
3737
'last-modified',
38+
'link',
3839
'location',
3940
'pragma',
4041
'vary',

0 commit comments

Comments
 (0)
Please sign in to comment.