Compare Revisions
HEAD
Revision 1086183:
Revision 1086183 by teoli on
Revision 1086187:
Revision 1086187 by teoli on
- Title:
- HEAD
- HEAD
- Slug:
- Web/HTTP/Methods/HEAD
- Web/HTTP/Methods/HEAD
- Tags:
- "HTTP" "Reference" "Request method"
- "HTTP" "Reference" "Request method"
- Comment:
- Rephrase second paragraph
- Content:
-
Revision 1086183 Revision 1086187 t 14 A response to a <code>HEAD</code> method should not have a t 14 A response to a <code>HEAD</code> method should not have a > body. If so, it must be ignored. Even so, {{glossary("Entity head > body. If so, it must be ignored. Even so, {{glossary("Entity head > er", "entity headers")}} describing the content of body, like {{H > er", "entity headers")}} describing the content of the body, like > TTPHeader("Content-Length")}} may be included in the response. Th > {{HTTPHeader("Content-Length")}} may be included in the response > ey don't relate to the body of the <code>HEAD</code> response, th > . They don't relate to the body of the <code>HEAD</code> response > at should be empty, but to the body a similar request with the {{ > , that should be empty, but to the body a similar request with th > HTTPMethod("GET")}} method would have returned in its response. > e {{HTTPMethod("GET")}} method would have returned in its respons > e.