mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 12:40:25 +00:00
Fix some explanations around response bodies
This commit is contained in:
parent
0d5a12c3ec
commit
7855f80e4b
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ The values are defined in the following table.
|
||||||
| language | The language negotiated for the response entity. |
|
| language | The language negotiated for the response entity. |
|
||||||
| charset | The charset negotiated for the response entity. |
|
| charset | The charset negotiated for the response entity. |
|
||||||
|
|
||||||
They can be used to reply a response entity to a request with
|
They can be used to send a proper body with the response to a
|
||||||
an idempotent method (`POST`, `PUT`, `PATCH`, `DELETE`).
|
request that used a method other than HEAD or GET.
|
||||||
|
|
||||||
Response headers
|
Response headers
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue