Question: What is the function of the \'Content-Type\' header in an HTTP response?
Options:
Correct Answer: To indicate the type of content being sent
Solution:
The \'Content-Type\' header in an HTTP response indicates the media type of the resource being sent, allowing the client to understand how to process it.