- 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.
- UNIX編程藝術(shù)
- Python科學計算(第2版)
- Visual C++程序設計學習筆記
- 劍指Offer(專項突破版):數(shù)據(jù)結(jié)構(gòu)與算法名企面試題精講
- Vue.js入門與商城開發(fā)實戰(zhàn)
- 算法訓練營:入門篇(全彩版)
- PHP+MySQL+Dreamweaver動態(tài)網(wǎng)站開發(fā)實例教程
- Internet of Things with ESP8266
- C++20高級編程
- Java Web從入門到精通(第3版)
- ASP.NET Web API Security Essentials
- 3ds Max 2018從入門到精通
- Monitoring Docker
- Android智能手機APP界面設計實戰(zhàn)教程
- Mastering ArcGIS Server Development with JavaScript