Commit 1fcd892
committed
Clarify the idempotence stance in the QUERY method proposal.
Remove the "potentially", to make it clear that it's not safe to
consider POST request idempotent, as contrasted to GET and QUERY.
What matters in practice is not that a POST request can potentially
be idempotent, but that it can potentially not be idempotent. That is,
the guarantee, not a hypothesis. Hence the reformulation.1 parent 36946f5 commit 1fcd892
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments