- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 129字
- 2021-07-02 20:52:23
Connectors
The types of connectors are client, server, cache, resolver, and tunnel. You can think of connectors as interfaces. They abstract how components communicate. A connector's job in the REST architecture is to enable the retrieving of resource representations as well as exposing resources. REST is stateless; every request will have to carry all the information that is required for the server to process the request from the client.
Let's look at the model that REST uses to process a request. The request can be compared to a stored procedure:

Control Data defines the purpose of a message between components, such as the action being requested or the meaning of a response.
-Architectural Styles and the Design of Network-based Software Architectures by Roy T. Fielding, section 5.2.1.2, page 109
推薦閱讀
- MySQL數據庫應用與管理 第2版
- Windows系統管理與服務配置
- Silverlight魔幻銀燈
- MySQL數據庫管理與開發(慕課版)
- C語言程序設計案例精粹
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Learning Salesforce Einstein
- Java Web程序設計任務教程
- SQL Server與JSP動態網站開發
- Python機器學習之金融風險管理
- Python網絡爬蟲技術與應用
- Advanced UFT 12 for Test Engineers Cookbook
- Python程序設計開發寶典
- scikit-learn Cookbook(Second Edition)
- 零基礎學C++(升級版)