|
|
|
|
|
by twic
1629 days ago
|
|
> The possible creation of extra HTTP resources (response resorces?) seems to me contrary to idempotency. If two repetitions of a QUERY request create the same extra HTTP resource(s), then it can be idempotent. Idempotent means you can't tell the difference between 1 or N requests, not that you can't tell the difference between 0 and 1. Think about PUT, which is also idempotent. |
|