- 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.
- Django:Web Development with Python
- Ray分布式機(jī)器學(xué)習(xí):利用Ray進(jìn)行大模型的數(shù)據(jù)處理、訓(xùn)練、推理和部署
- WordPress Plugin Development Cookbook(Second Edition)
- Spring實(shí)戰(zhàn)(第5版)
- 算法訓(xùn)練營:提高篇(全彩版)
- 用戶體驗(yàn)增長:數(shù)字化·智能化·綠色化
- Integrating Facebook iOS SDK with Your Application
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- Mastering ROS for Robotics Programming
- Unity UI Cookbook
- 大話Java:程序設(shè)計(jì)從入門到精通
- Mastering Concurrency in Python
- Java Web動態(tài)網(wǎng)站開發(fā)(第2版·微課版)
- 自己動手構(gòu)建編程語言:如何設(shè)計(jì)編譯器、解釋器和DSL
- 可視化H5頁面設(shè)計(jì)與制作:Mugeda標(biāo)準(zhǔn)教程