Skip to content

Commit

Permalink
Updated the body section of HTTP requests to refer to requests and no…
Browse files Browse the repository at this point in the history
…t responses (#35970)
  • Loading branch information
AbbesGits committed Sep 20, 2024
1 parent 9a74837 commit 030c4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/http/messages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Many different headers can appear in requests. They can be divided in several gr

### Body

The last part of a response is the body.
Not all responses have one: responses with a status code that sufficiently answers the request without the need to include message {{Glossary("HTTP Content", "content")}} (like {{HTTPStatus("201", "201 Created")}} or {{HTTPStatus("204", "204 No Content")}}) usually don't.
The last part of a request is the body.
Not all requests have one: requests with a {{HTTPMethod("GET")}} _[HTTP method](/en-US/docs/Web/HTTP/Methods)_ should only be used to request data and shouldn't contain a body.

Bodies can be broadly divided into two categories:

Expand Down

0 comments on commit 030c4d4

Please sign in to comment.