How a Request and Response Are Structured

An HTTP request is made of a first line listing the method, path, and version, followed by headers and a body. A response is structured the same way — a first line reporting the status code, followed by headers and a body.

In this HTTP response, what does the first line, HTTP/1.1 200 OK, represent?