section: network, http patch is not idempotent

This commit is contained in:
Lellansin 2017-07-31 09:32:11 +08:00
parent 9932901e2c
commit 32d782076c

View File

@ -155,7 +155,7 @@ methods|CRUD|幂等|缓存
GET|Read|✓|✓
POST|Create||
PUT|Update/Replace|✓
PATCH|Update/Modify|
PATCH|Update/Modify||
DELETE|Delete|✓
> GET 和 POST 有什么区别?