+1 vote
in POSTMAN by
State The Core Components of an HTTP Response?

1 Answer

0 votes
by

Every HTTP response contains four key elements.

  1. Status/Response Code – These are response codes issued by a server to a client’s request. For example, 404 means Page Not Found, and 200 means Response is OK.
  2. HTTP Version – describes HTTP version, for example-HTTP v1.1.
  3. Response Header – Includes information for the HTTP response message. For example, Content-type, Content-length, date, status and server type.
  4. Response Body – It contains the data that was requested by a client to server.

Related questions

0 votes
asked Mar 1, 2022 in GraphQL by sharadyadav1986
0 votes
asked Apr 2, 2022 in SAP S/4HANA Business Process and SAP Portfolio by sharadyadav1986
...