Skip to content

Commit

Permalink
Add ranged values to HTTP headers by commits
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Jun 18, 2024
1 parent ab0c570 commit 7fca738
Show file tree
Hide file tree
Showing 50 changed files with 155 additions and 158 deletions.
6 changes: 3 additions & 3 deletions http/headers/Accept-Encoding.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.accept-encoding",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Accept-Language.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.accept-language",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Accept-Ranges.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.accept-ranges",
"support": {
"chrome": {
"version_added": true
"version_added": "≤56"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤51"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Accept.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.accept",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true,
"version_added": "≤50",
"notes": "In Firefox 66, the default <code>Accept</code> header value changed to <code>*/*</code>."
},
"firefox_android": "mirror",
Expand All @@ -25,7 +25,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Age.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9111#field.age",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion http/headers/Alt-Svc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"spec_url": "https://httpwg.org/specs/rfc7838.html#alt-svc",
"support": {
"chrome": {
"version_added": true
"version_added": "≤74"
},
"chrome_android": "mirror",
"edge": {
Expand Down
4 changes: 2 additions & 2 deletions http/headers/Authorization.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down Expand Up @@ -61,7 +61,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤3"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Cache-Control.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -27,7 +27,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Connection.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.connection",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Content-Disposition.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
],
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true,
"version_added": "≤50",
"notes": "From version 82, if an <code>&lt;a&gt;</code> element's <code>download</code> attribute is set (for a same-origin URL) then the <code>inline</code> directive is ignored. Earlier versions did not match the specification and respected the header directive over the attribute. See <a href='https://bugzil.la/1658877'>bug 1658877</a>."
},
"firefox_android": "mirror",
Expand All @@ -28,7 +28,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Content-Encoding.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.content-encoding",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Content-Language.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.content-language",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Content-Length.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.content-length",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Content-Location.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.content-location",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
6 changes: 3 additions & 3 deletions http/headers/Content-Range.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"spec_url": "https://www.rfc-editor.org/rfc/rfc9110#field.content-range",
"support": {
"chrome": {
"version_added": true
"version_added": "≤54"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": true
"version_added": "≤50"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -24,7 +24,7 @@
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": true
"version_added": "≤10"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
Expand Down
Loading

0 comments on commit 7fca738

Please sign in to comment.