HEAD - HTTP 编辑
The HTTP HEAD
method requests the headers that would be returned if the HEAD
request's URL was instead requested with the HTTP GET
method. For example, if a URL might produce a large download, a HEAD
request could read its Content-Length
header to check the filesize without actually downloading the file.
A response to a HEAD
method should not have a body. If it has one anyway, that body must be ignored: any entity headers that might describe the erroneous body are instead assumed to describe the response which a similar GET
request would have received.
If the response to a HEAD
request shows that a cached URL response is now outdated, the cached copy is invalidated even if no GET
request was made.
Request has body | No |
---|---|
Successful response has body | No |
Safe | Yes |
Idempotent | Yes |
Cacheable | Yes |
Allowed in HTML forms | No |
Syntax
HEAD /index.html
Specifications
Specification | Title |
---|---|
RFC 7231, section 4.3.2: HEAD | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |
Browser compatibility
BCD tables only load in the browser
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论