- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 70字
- 2021-06-24 18:44:55
HTTP methods in web services
REST web services may treat HTTP methods differently than in a standard web application. This behavior depends on the developer's preferences, but it's becoming increasingly popular to correlate POST, GET, PUT, and DELETE methods to CRUD operations. The most common approach is as follows:
- Create: POST
- Read: GET
- Update: PUT
- Delete: DELETE
Some Application Programming Interface (API) implementations swap the PUT and POST functionalities.
推薦閱讀
- Linux設備驅動開發詳解:基于最新的Linux4.0內核
- pcDuino開發實戰
- Getting Started with oVirt 3.3
- 嵌入式應用程序設計綜合教程(微課版)
- Ubuntu Linux操作系統
- Linux Shell編程從入門到精通(第2版)
- 一學就會:Windows Vista應用完全自學手冊
- OpenSolaris設備驅動原理與開發
- Distributed Computing with Go
- Hadoop Real-World Solutions Cookbook
- 鴻蒙HarmonyOS手機應用開發實戰
- 大規模分布式系統架構與設計實戰
- Mastering Sass
- Administering ArcGIS for Server
- 微信小程序項目開發實戰:用WePY、mpvue、Taro打造高效的小程序