Skip to content

Commit 3b36fbe

Browse files
Add F-X HTTP header spec URLs (mdn#9587)
1 parent 674d509 commit 3b36fbe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+55
-0
lines changed

http/headers/forwarded.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Forwarded": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Forwarded",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7239#section-4",
78
"support": {
89
"chrome": {
910
"version_added": null

http/headers/from.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"From": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/From",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7231#section-5.5.1",
78
"support": {
89
"chrome": {
910
"version_added": true

http/headers/host.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Host": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Host",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7230#section-5.4",
78
"support": {
89
"chrome": {
910
"version_added": true

http/headers/if-match.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"If-Match": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/If-Match",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7232#section-3.1",
78
"support": {
89
"chrome": {
910
"version_added": true

http/headers/if-modified-since.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"If-Modified-Since": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/If-Modified-Since",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7232#section-3.3",
78
"support": {
89
"chrome": {
910
"version_added": true

http/headers/if-none-match.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"If-None-Match": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/If-None-Match",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7232#section-3.2",
78
"support": {
89
"chrome": {
910
"version_added": true

http/headers/if-range.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"If-Range": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/If-Range",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7233#section-3.2",
78
"support": {
89
"chrome": {
910
"version_added": true

http/headers/if-unmodified-since.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"If-Unmodified-Since": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/If-Unmodified-Since",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7232#section-3.4",
78
"support": {
89
"chrome": {
910
"version_added": true

http/headers/keep-alive.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"Keep-Alive": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Keep-Alive",
7+
"spec_url": [
8+
"https://datatracker.ietf.org/doc/html/draft-thomson-hybi-http-timeout-03#section-2",
9+
"https://datatracker.ietf.org/doc/html/rfc7230#appendix-A.1.2"
10+
],
711
"support": {
812
"chrome": {
913
"version_added": true

http/headers/last-modified.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"Last-Modified": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Last-Modified",
7+
"spec_url": "https://datatracker.ietf.org/doc/html/rfc7232#section-2.2",
78
"support": {
89
"chrome": {
910
"version_added": true

0 commit comments

Comments
 (0)