- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 79字
- 2021-07-02 20:52:26
Multiplexing and streams
A stream is like a tunnel that has many cars passing through it in both directions, with the cars being substituted with frames, and a stream is standalone between a client and a server. In HTTP/2, a connection can have many streams, with frames from one request spread over many streams, though the order of the frames is important.
This is a significant improvement from HTTP 1.1, which uses multiple connections to render a single page.
推薦閱讀
- Python編程自學手冊
- 數字媒體應用教程
- Moodle Administration Essentials
- ASP.NET Core 5.0開發入門與實戰
- WSO2 Developer’s Guide
- 跟老齊學Python:輕松入門
- OpenNI Cookbook
- Learn Programming in Python with Cody Jackson
- UML+OOPC嵌入式C語言開發精講
- Podman實戰
- Linux命令行與shell腳本編程大全(第4版)
- C語言程序設計學習指導與習題解答
- 微信小程序入門指南
- Getting Started with LLVM Core Libraries
- 51單片機C語言開發教程