- 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.
推薦閱讀
- 大學計算機基礎(第二版)
- 機器學習系統:設計和實現
- Mastering Python Scripting for System Administrators
- 數據結構簡明教程(第2版)微課版
- INSTANT Passbook App Development for iOS How-to
- Getting Started with React Native
- 細說Python編程:從入門到科學計算
- C# Multithreaded and Parallel Programming
- Mastering Python Design Patterns
- Practical GIS
- 算法圖解
- .NET 4.0面向對象編程漫談:應用篇
- Getting Started with Web Components
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)
- OpenCL異構并行計算:原理、機制與優化實踐