書名: ASP.NET Core 2 Fundamentals作者名: Onur Gumus Mugilan T. S. Ragupathi本章字數: 42字更新時間: 2021-07-23 17:09:40
HTTP/2's Edge over HTTP/1.x
At a high level, HTTP/2:
- Is binary, instead of textual
- Is fully multiplexed, instead of ordered and blocking
- Uses one connection for parallelism
- Uses header compression to reduce overhead
- Allows servers to push responses proactively into client caches
推薦閱讀
- C++程序設計教程
- 演進式架構(原書第2版)
- Django開發從入門到實踐
- Web交互界面設計與制作(微課版)
- Visual Basic程序設計教程
- Silverlight魔幻銀燈
- Java軟件開發基礎
- Learning Network Forensics
- 零基礎輕松學SQL Server 2016
- Mastering Android Development with Kotlin
- Unity 2D Game Development Cookbook
- Julia 1.0 Programming Complete Reference Guide
- Python計算機視覺和自然語言處理
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Appcelerator Titanium:Patterns and Best Practices