Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Link header specification #18126

Merged
merged 17 commits into from Nov 22, 2022
42 changes: 42 additions & 0 deletions http/headers/Link.json
@@ -0,0 +1,42 @@
{
"http": {
"headers": {
"Link": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Link",
"spec_url": "https://httpwg.org/specs/rfc8288.html#header",
"support": {
"chrome": {
"version_added": "103"
},
"chrome_android": "mirror",
"edge": {
"version_added": null
},
sofalse marked this conversation as resolved.
Show resolved Hide resolved
"firefox": {
"version_added": null
},
"firefox_android": "mirror",
"ie": {
"version_added": null
},
sofalse marked this conversation as resolved.
Show resolved Hide resolved
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": null
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}