- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 74字
- 2021-07-03 00:02:17
Create operation
- HTTP method : POST
- URI: /{resource}
- Parameters: can be multiple parameters in POST body
- Result: This should create a new resource with parameters in the body.
- As you can see, there is no difference in the URI for Create and List but these two operations are distinguished by the HTTP method which results in different operations. In fact, a combination of the HTTP method and URI tells which operation should be performed.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Learning Docker
- Python網(wǎng)絡爬蟲從入門到實踐(第2版)
- Full-Stack React Projects
- Troubleshooting PostgreSQL
- Python算法從菜鳥到達人
- 快人一步:系統(tǒng)性能提高之道
- ASP.NET Core 2 Fundamentals
- Test-Driven Machine Learning
- Odoo 10 Implementation Cookbook
- Solutions Architect's Handbook
- Training Systems Using Python Statistical Modeling
- Getting Started with React VR
- Selenium WebDriver Practical Guide
- Android應用程序設計