Skip to content

Commit

Permalink
Add link to HTTP response statuses list on HTTP Messages page (#32216)
Browse files Browse the repository at this point in the history
Add link to HTTP response statuses list to HTTP Messages page
  • Loading branch information
codemicro authored Feb 11, 2024
1 parent 9651213 commit 72ffc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/http/messages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ _Note: The start-line is called the "status line" in requests._
The start line of an HTTP response, called the _status line_, contains the following information:

1. The _protocol version_, usually `HTTP/1.1`, but can also be `HTTP/1.0`.
2. A _status code_, indicating success or failure of the request. Common status codes are {{HTTPStatus("200")}}, {{HTTPStatus("404")}}, or {{HTTPStatus("302")}}.
2. A [_status code_](/en-US/docs/Web/HTTP/Status), indicating success or failure of the request. Common status codes are {{HTTPStatus("200")}}, {{HTTPStatus("404")}}, or {{HTTPStatus("302")}}.
3. A _status text_. A brief, purely informational, textual description of the status code to help a human understand the HTTP message.

A typical status line looks like: `HTTP/1.1 404 Not Found`.
Expand Down

0 comments on commit 72ffc3a

Please sign in to comment.