- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 135字
- 2021-07-03 00:02:15
REST architecture
REST stands for Representational State Transfer. It is an architectural style founded by Roy Fielding in 2000 and was stated in his PhD dissertation. He stated that REST "provides a set of architectural constraints that, when applied as a whole, emphasizes scalability of component interactions, generality of interfaces, independent deployment of components, and intermediary components to reduce interaction latency, enforce security, and encapsulate legacy systems."
.
REST is an architectural style for a network-based application and HTTP 1.1 was based on it, as it was developed in parallel to HTTP 1.1.
A RESTful system or RESTful web service must abide by the following six constraints; otherwise, it will not be considered as RESTful or REST-compliant. While reading and understanding the following mentioned constraints, think about the modern web as an example of REST architecture.
- The Complete Rust Programming Reference Guide
- Bootstrap Site Blueprints Volume II
- Modular Programming with Python
- Java EE 6 企業級應用開發教程
- WebAssembly實戰
- Django:Web Development with Python
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- Learning Python by Building Games
- Instant Ext.NET Application Development
- ArcGIS for Desktop Cookbook
- JavaScript動態網頁編程
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- Webpack實戰:入門、進階與調優(第2版)
- 大學計算機基礎實訓教程
- Java 11 and 12:New Features