diff options
author | Loïc Hoguin <[email protected]> | 2013-08-27 18:32:53 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-08-27 18:32:53 +0200 |
commit | 7855f80e4b6b1cfad87675453497e58bd91a9c67 (patch) | |
tree | abcfe3ff475903cdc42ef7ae531c6b37c308208f /guide/rest_handlers.md | |
parent | 0d5a12c3ecd3bd093c33e9a8126f1d129719b9ea (diff) | |
download | cowboy-7855f80e4b6b1cfad87675453497e58bd91a9c67.tar.gz cowboy-7855f80e4b6b1cfad87675453497e58bd91a9c67.tar.bz2 cowboy-7855f80e4b6b1cfad87675453497e58bd91a9c67.zip |
Fix some explanations around response bodies
Diffstat (limited to 'guide/rest_handlers.md')
-rw-r--r-- | guide/rest_handlers.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/rest_handlers.md b/guide/rest_handlers.md index 6bfbb6c..cfb7a38 100644 --- a/guide/rest_handlers.md +++ b/guide/rest_handlers.md @@ -134,8 +134,8 @@ The values are defined in the following table. | language | The language 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 -an idempotent method (`POST`, `PUT`, `PATCH`, `DELETE`). +They can be used to send a proper body with the response to a +request that used a method other than HEAD or GET. Response headers ---------------- |