Http 2.0 协议 开源库调研结果
调研结论:OKHttp支持Http 2.0协议
测试准备:
Android虚拟机(Genymotion) 5.0 google Nexus 4
测试数据:
https://http1.akamai.com/demo/tile-107.png
https://http2.akamai.com/demo/tile-107.png
测试结果:
Http/1.1
Http/2.0
测试demo:自己去写会更好 http://pan.baidu.com/s/1hrL9lEO
相关文献:
OKHttp github库
https://github.com/square/okhttp
Http2.0 与http 1.* 之间区别
http://www.zhihu.com/question/34074946
支持Http2.0 开源库列表,不同平台
https://http2.github.io/
https://github.com/http2/http2-spec/wiki/Implementations
http2.0 协议的介绍
http://http2-explained.haxx.se/content/en/part5.html
百度FEX团队对协议的中文翻译
https://github.com/fex-team/http2-spec/blob/master/HTTP2%E4%B8%AD%E8%8B%B1%E5%AF%B9%E7%85%A7%E7%89%88%2806-29%29.md
转载请注明原文地址: https://ju.6miu.com/read-1301530.html