- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 157字
- 2021-07-03 00:02:18
Nature of HTTP methods
Since we will be mainly dealing with URLs over HTTP and will be using HTTP methods, it is better to spend some time understanding the nature of HTTP methods.
We should also understand that HTTP methods are not actually doing any type of listing or creation or modification by themselves. It is just a convention to use certain HTTP methods and URL patterns for certain operations. These methods do not perform any operations on their own but it depends on the server-side developer. These methods can result in any operation depending on the code that the developer writes.
When we talk about the nature of HTTP methods, then it is about the convention and standards which are followed. After all, RESTful web services are about preferring convention over configuration. The foundation of today's HTTP and REST lies on these conventions and while writing RESTful web services, we are going to follow these conventions.
- Learn ECMAScript(Second Edition)
- C語言程序設計案例教程
- Learning C# by Developing Games with Unity 2020
- Mastering Zabbix(Second Edition)
- Java Web基礎與實例教程(第2版·微課版)
- 小學生C++創意編程(視頻教學版)
- HTML5+CSS3 Web前端開發技術(第2版)
- Learning Apache Karaf
- Spring Boot+Vue全棧開發實戰
- Android傳感器開發與智能設備案例實戰
- Python編程:從入門到實踐(第3版)
- R語言:邁向大數據之路(加強版)
- 大規模語言模型開發基礎與實踐
- Android智能手機APP界面設計實戰教程
- Apache Kafka 1.0 Cookbook