Multiple choice

The http header supplies information about the body of a document

  1. general

  2. request

  3. response

  4. entity

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The entity header in HTTP supplies information about the body of the document, such as its content length, type, and encoding. It can be present in both request and response messages that contain a body. General headers apply to both types, while request and response headers are specific to their respective message types.