- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 82字
- 2021-07-03 00:02:16
Layered system
This constraint states that the REST system can have multiple layers and if a client is requesting for a response and getting a response, it can't be differentiated if it was returned from the server or another middle-ware server. So if one server layer is replaced by an other, it doesn't affect the client unless it provides what it is expected to provide. In short, one layer doesn't have knowledge beyond the next layer with which it is interacting directly.
推薦閱讀
- C++面向對象程序設計(微課版)
- Mastering Spring MVC 4
- Python程序設計(第3版)
- Vue.js快跑:構建觸手可及的高性能Web應用
- Spring Cloud、Nginx高并發核心編程
- 零基礎學Java(第4版)
- CouchDB and PHP Web Development Beginner’s Guide
- Building a Quadcopter with Arduino
- Elasticsearch for Hadoop
- Oracle JDeveloper 11gR2 Cookbook
- Symfony2 Essentials
- Mastering Xamarin.Forms(Second Edition)
- Managing Microsoft Hybrid Clouds
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 體驗之道:從需求到實踐的用戶體驗實戰