Mention the core components of an HTTP Response?

It contains four key elements :
 
HTTP Version : describe HTTP version, for case, HTTP v1.1.

Response Header : Includes information for the HTTP reply message. For example, Content-type, date, status, Content-length and server type.

Status Code : These are response codes issued by a server to a client’s demand.

Response Body : It contains the information that was requested by a customer to the server.