
HTTP
maimang09
这个作者很懒,什么都没留下…
展开
-
http3-explained:为什么需要QUIC
https://http3-explained.haxx.se/zh/why-quic QUIC就是一个名字,不是什么的缩略词。它的发音与英语单词“quick”相同。 QUIC在许多方面可以被视为一种新型的可靠且安全的传输层协议,它适合为形似HTTP的协议提供服务,并且可以解决一些在基于TCP和TLS传输的HTTP/2协议中存在的缺点。它是合乎情理的次世代Web传输层协议。 QUIC的用途不局限于HTTP的传输。将Web与数据更快地交付给最终用户,是创造QUIC这一新型传输层协议的最大原因和源动力。转载 2020-06-03 18:54:06 · 252 阅读 · 0 评论 -
HTTP1.1 Transfer-Encoding
TheTransfer-Encodingheader specifies the form of encoding used to safely transfer thepayload bodyto the user. HTTP/2doesn't support HTTP 1.1's chunked transfer encoding mechanism, as it provides...转载 2019-11-08 10:33:07 · 292 阅读 · 0 评论