- 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.
推薦閱讀
- JavaScript前端開(kāi)發(fā)與實(shí)例教程(微課視頻版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- Mastering Linux Network Administration
- Java EE 8 Application Development
- 移動(dòng)互聯(lián)網(wǎng)軟件開(kāi)發(fā)實(shí)驗(yàn)指導(dǎo)
- UML2面向?qū)ο蠓治雠c設(shè)計(jì)(第2版)
- SAP Web Dynpro for ABAP開(kāi)發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用
- Microsoft Dynamics GP 2013 Cookbook
- 前端架構(gòu)設(shè)計(jì)
- Isomorphic Go
- Zend Framework 2 Cookbook
- Kotlin程序員面試算法寶典
- Game Development Patterns and Best Practices
- Python 3.8編程快速入門(mén)