- 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.
推薦閱讀
- MySQL 8 DBA基礎教程
- Java FX應用開發(fā)教程
- Designing Hyper-V Solutions
- Java深入解析:透析Java本質(zhì)的36個話題
- Python數(shù)據(jù)分析從0到1
- Android程序設計基礎
- SQL經(jīng)典實例(第2版)
- 零基礎學Kotlin之Android項目開發(fā)實戰(zhàn)
- Couchbase Essentials
- Learning Node.js for .NET Developers
- C語言程序設計與應用實驗指導書(第2版)
- JavaWeb從入門到精通(視頻實戰(zhàn)版)
- Design Patterns and Best Practices in Java
- HTML5+CSS3+jQuery Mobile+Bootstrap開發(fā)APP從入門到精通(視頻教學版)
- Python程序設計現(xiàn)代方法