- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 100字
- 2021-07-03 00:02:17
Delete operation
- HTTP method: DELETE
- URI: /{resource}/{resource_id}
- Result: This should delete the resource based on the resource ID in the URI
If you feel overwhelmed at the moment, don't worry, because right now we have just seen which combination of HTTP method and URI is used for which operations. Shortly, we will discuss a case study and will see some operations on different resources along with examples.
Before anything else, since we now know about RESTful web services and how they work, it's a good time to understand why we prefer to use RESTful web services over other web services.
推薦閱讀
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Java開發入行真功夫
- 信息安全技術
- 深度學習:算法入門與Keras編程實踐
- Expert Android Programming
- iOS應用逆向工程(第2版)
- 重學Java設計模式
- PhoneGap:Beginner's Guide(Third Edition)
- Getting Started with Laravel 4
- Java面向對象程序設計
- RESTful Java Web Services(Second Edition)
- Visual Foxpro 9.0數據庫程序設計教程
- Statistical Application Development with R and Python(Second Edition)
- 深入理解C指針
- ActionScript 3.0從入門到精通(視頻實戰版)