Link - HTTP 编辑
草案
本页尚未完工.
HTTP实体报头 Link
提供了序列化HTTP头部链接的方法。它在语义上与HTML元素 <link>
相等。
语法
Link: < uri-reference >; param1=value1; param2="value2"
<uri-reference>
- URI reference 必须要用
<
和>
来关闭。
参数
link头部包含以 ;
分隔的参数,这些参数与HTML元素 <link>
的属性一致。
示例
URI 必须要用 <
和 > 来关闭:
Link: <https://example.com>; rel="preload"
Link: https://bad.example; rel="preload"
规范
Specification | Status | Comments |
---|---|---|
RFC 8288, section 3: Link Serialisation in HTTP Headers | IETF RFC | |
RFC 5988, section 5: The Link Header Field | IETF RFC | Initial definition |
浏览器兼容性
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.No compatibility data found. Please contribute data for "http.headers.Link" (depth: 1) to the MDN compatibility data repository.
参见
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论