- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 102字
- 2021-07-02 20:52:26
Header compression
As the web has evolved, more data is sent from the server to the client and from the client to the server. HTTP 1.1 does not compress header fields. HTTP works over TCP and a request is sent over this connection, where the headers are large and contain redundant data. TCP works on Slow Start implemented by a network congestion-avoidance algorithm, which places packets over the network. If the headers are compressed, more packets can be sent over the wire. HTTP/2 fixed this problem with header compression, which takes advantage of TCP, resulting in a faster transfer speed of data.
推薦閱讀
- Apache Hive Essentials
- Learning SQLite for iOS
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- 機械工程師Python編程:入門、實戰(zhàn)與進(jìn)階
- Troubleshooting PostgreSQL
- C語言程序設(shè)計學(xué)習(xí)指導(dǎo)與習(xí)題解答
- Learning FuelPHP for Effective PHP Development
- 愛上micro:bit
- jQuery for Designers Beginner's Guide Second Edition
- Mockito Essentials
- 創(chuàng)意UI Photoshop玩轉(zhuǎn)移動UI設(shè)計
- Android Sensor Programming By Example
- INSTANT JQuery Flot Visual Data Analysis
- Mastering SciPy
- Qt 5.12實戰(zhàn)