Overview#
HTTP HEAD is a
HTTP Method which asks for a response identical to that of a
HTTP GET request, but without the response body.
HTTP HEAD is useful for retrieving meta-information written in HTTP Response HTTP Header Fields, without having to transport the entire content.
There might be more information for this subject on one of the following: