- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 91字
- 2021-07-03 00:02:18
Safe/unsafe HTTP methods
HTTP methods can be both safe or unsafe. By safe, it means the methods are not expected to change any resource on the server and by unsafe it means the methods are expected to change some resource on the server. So this way, we have GET as the only safe method, as it is not expected to change anything on the server while other methods such as PUT, POST, PATCH, and DELETE are considered as unsafe methods since they are expected to do some changes on the server.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- 摩登創客:與智能手機和平板電腦共舞
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Web全棧工程師的自我修養
- Visual C
- Troubleshooting PostgreSQL
- Unity 5.x By Example
- Unreal Engine 4 Shaders and Effects Cookbook
- Visual Basic程序設計實驗指導(第二版)
- 低代碼平臺開發實踐:基于React
- Mobile Device Exploitation Cookbook
- 安卓工程師教你玩轉Android
- JavaEE架構與程序設計
- 從零開始學算法:基于Python
- Learning Puppet