- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 88字
- 2021-07-02 20:52:26
Server push
The server can push data to the client. When the client requests data from the server, the server can figure out that the client will need some other data as well. The server can push this data to the client. The client can always reject the data by signaling to the server that push data should be disabled. This data sent by the server to the client is called a PUSH_PROMISE frame. The data is stored in the client's cache if it implements an HTTP cache.
推薦閱讀
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Vue.js設計與實現
- Apache Oozie Essentials
- Mastering ServiceStack
- Mastering Objectoriented Python
- Data Analysis with IBM SPSS Statistics
- 深度強化學習算法與實踐:基于PyTorch的實現
- Spring實戰(第5版)
- Java Web開發技術教程
- JavaScript動態網頁開發詳解
- RESTful Java Web Services(Second Edition)
- 代替VBA!用Python輕松實現Excel編程
- Go語言開發實戰(慕課版)
- Developing Java Applications with Spring and Spring Boot
- Elasticsearch實戰(第2版)