-
Which header field defines meta information?
-
- Entity-header
- General-header
- Request-header
- Response-header
- None of these
Correct Option: A
A HTTP header which does not relate to the content of message is a response-header. A request-header is used to provide information about request or response. Entity-header field defines meta information about the body. If the body is not present resource is identified by request. The general syntax for all the header fields is msg-header=field-name “:” [field-value]. General-header field is for both response and request.