我想为我的资源实现部分更新,因为我有大量资源并想从中更新部分信息。我已经浏览了以下链接,但无法
确定是使用 HTTP POST 还是 PATCH 方法。
http://jacobian.org/writing/rest-worst-practices/
https://github.com/archiloque/rest-client/issues/79
https://datatracker.ietf.org/doc/html/draft-dusseault-http-patch-16
http://greenbytes.de/tech/webdav/draft-dusseault-http-patch-06.html
http://jasonsirota.com/rest-partial-updates-use-post-put-or-patch
http://bitworking.org/news/296/How-To-Do-RESTful-Partial-Updates
https://github.com/dharmafly/jsonpatch.js
请为此提出任何有效的解决方案。