-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Expand file tree
/
Copy pathCache-Control.json
More file actions
120 lines (120 loc) · 3.49 KB
/
Cache-Control.json
File metadata and controls
120 lines (120 loc) · 3.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"http": {
"headers": {
"Cache-Control": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Cache-Control",
"spec_url": [
"https://httpwg.org/specs/rfc9111.html#field.cache-control",
"https://httpwg.org/specs/rfc8246.html#the-immutable-cache-control-extension"
],
"tags": [
"web-features:http11"
],
"support": {
"chrome": {
"version_added": "1"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "1"
},
"firefox_android": "mirror",
"ie": {
"version_added": "≤11"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "1"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"immutable": {
"__compat": {
"support": {
"chrome": {
"version_added": false,
"impl_url": "https://crbug.com/41253661"
},
"chrome_android": "mirror",
"edge": {
"version_added": "15",
"version_removed": "79"
},
"firefox": {
"version_added": "49"
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "11"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"stale-while-revalidate": {
"__compat": {
"spec_url": "https://httpwg.org/specs/rfc5861.html#n-the-stale-while-revalidate-cache-control-extension",
"support": {
"chrome": {
"version_added": "75"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "68"
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": {
"version_added": false
},
"opera_android": {
"version_added": false
},
"safari": {
"version_added": "14"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
}