- 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.
推薦閱讀
- HTML5移動Web開發技術
- Cocos2D-X權威指南(第2版)
- Moodle Administration Essentials
- Android開發精要
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- PHP 7底層設計與源碼實現
- Java從入門到精通(第5版)
- Java編程指南:基礎知識、類庫應用及案例設計
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Kotlin從基礎到實戰
- Python全棧數據工程師養成攻略(視頻講解版)
- Fast Data Processing with Spark(Second Edition)
- 微課學人工智能Python編程
- 零基礎學C語言(升級版)
- Instant Apache Camel Messaging System