- 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.
- Spring Cloud、Nginx高并發核心編程
- Python:Master the Art of Design Patterns
- Learning Concurrent Programming in Scala
- Learning Probabilistic Graphical Models in R
- 常用工具軟件立體化教程(微課版)
- C語言程序設計與應用(第2版)
- Mudbox 2013 Cookbook
- Python全棧開發:基礎入門
- Selenium WebDriver Practical Guide
- Getting Started with JUCE
- 測試工程師Python開發實戰
- Leaflet.js Essentials
- JavaScript全棧開發
- Learning Scrapy
- Raspberry Pi By Example