📝 Question
#1936
The HTTP response message leaves out the requested object when ____________ method is used
✓
Correct Answer
C. HEAD
💡
Explanation
HEAD method is much faster than GET method. In HEAD method much smaller amount of data is transferred. The HEAD method asks only for information about a document and not for the document itself.
⌨️ Press
A
B
C
D
to select