- 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
推薦閱讀
- 精通Nginx(第2版)
- Responsive Web Design with HTML5 and CSS3
- Java面向對象程序開發及實戰
- 游戲程序設計教程
- Java設計模式及實踐
- Learning Unity 2D Game Development by Example
- 運維前線:一線運維專家的運維方法、技巧與實踐
- Secret Recipes of the Python Ninja
- 你真的會寫代碼嗎
- Apache Solr for Indexing Data
- 零基礎C語言學習筆記
- H5匠人手冊:霸屏H5實戰解密
- Learning Ext JS(Fourth Edition)
- HTML5 Boilerplate Web Development
- Kotlin核心編程