- 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.
推薦閱讀
- Node.js+Webpack開發(fā)實(shí)戰(zhàn)
- Mastering Objectoriented Python
- Elastic Stack應(yīng)用寶典
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- Android程序設(shè)計(jì)基礎(chǔ)
- C和C++游戲趣味編程
- Raspberry Pi Robotic Projects(Third Edition)
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)
- Visual Basic語言程序設(shè)計(jì)基礎(chǔ)(第3版)
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- SQL Server 2008實(shí)用教程(第3版)
- Python編程:從入門到實(shí)踐(第2版)
- Learning Java Lambdas
- Python GUI設(shè)計(jì):tkinter菜鳥編程