- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 73字
- 2021-07-03 00:02:15
Manipulation of resources through representations
This constraint states that the client should hold the representation of a resource that has enough information to modify or delete the resource. For example, in the web-based REST system, any operation can be performed on a resource using the HTTP method and URI. This makes things easy to follow, as the API developer doesn't need to provide documentation for each and every endpoint related to a resource.
推薦閱讀
- Python數據可視化:基于Bokeh的可視化繪圖
- Android Application Development Cookbook(Second Edition)
- 程序員考試案例梳理、真題透解與強化訓練
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- C程序設計實踐教程
- Android群英傳
- Java圖像處理:基于OpenCV與JVM
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- Mastering ASP.NET Core 2.0
- AngularJS UI Development
- 零基礎學Java(第5版)
- JavaScript設計模式與開發實踐
- Java核心技術速學版(第3版)
- Mastering Linux Kernel Development