Clarify the meaning of BODY

http.rst contains "HAS BODY?", but it is not so clear that it means
a request body or a response body. On the bug report 1677360, we said
HEAD can be used as low-cost version of GET by none response body.
On the table, both of HEAD and GET is NO on "HAS BODY?". So the column
means a request body. This patch makes the meaning clear.

Change-Id: Idbfc6185ffe33774ce89a591cb034288e0953a36
Related-Bug: #1677360
This commit is contained in:
Ken'ichi Ohmichi 2017-03-29 13:54:05 -07:00
parent 6cf4e1deca
commit ddc2f166dd
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ HTTP defines a concept of METHODS on a resource uri.
..
+-------------+--------------+--------------------+--------------------+
| METHOD | URI | ACTION | HAS BODY? |
| METHOD | URI | ACTION | HAS REQUEST BODY? |
+-------------+--------------+--------------------+--------------------+
| HEAD | /foo/ID | EXISTS | NO |
+-------------+--------------+--------------------+--------------------+