About
The status line is the first line of a response that contains:
- the version,
- and a message of its own
Articles Related
Example
- In response to a get
HTTP/1.1 200 OK
HTTP/1.1 404 Not Found
- In a response to a request with the If-None-Match header
HTTP/1.1 304 Not Modified
- redirect status code with the new location
HTTP/1.1 301 Moved Permanently
Location: https://new URL
- In response to a CONNECT method
HTTP/1.1 200 Connection Established