https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response. The metainformation contained in the HTTP headers in response to a HEAD request SHOULD be identical to the information sent in response to a GET request. This method can be used for obtaining metainformation about the entity implied by the request without transferring the entity-body itself. This method is often used for testing hypertext links for validity, accessibility, and recent modification.

The response to a HEAD request MAY be cacheable in the sense that the information contained in the response MAY be used to update a previously cached entity from that resource. If the new field values indicate that the cached entity differs from the current entity (as would be indicated by a change in Content-Length, Content-MD5, ETag or Last-Modified), then the cache MUST treat the cache entry as stale.

test hypertext links for validity, accessibility, and recent modification

相关文章:

  • 2021-08-28
  • 2021-06-16
  • 2021-07-20
  • 2021-10-04
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
猜你喜欢
  • 2021-06-08
  • 2022-12-23
  • 2022-02-25
  • 2021-12-19
  • 2021-11-20
  • 2022-01-06
  • 2021-09-27
相关资源
相似解决方案