1
fakeshadow 2021 年 2 月 23 日
试试 h2 这个库
|
2
Hackerchai 2021 年 2 月 23 日 目前来说应该除了 Hyper 这个库都没有实现 HTTP2 Server Push,文档和 issue 没找到,不过在他的底层库 h2 里面找到了实现 [push_request]( https://docs.rs/h2/0.3.0/h2/server/struct.SendResponse.html#method.push_request)
其他几个主流 web 框架都还没正式实现: [actix-web #36]( https://github.com/actix/actix-web/issues/36), [actix-web #150]( https://github.com/actix/actix-web/issues/150), [rocket #177]( https://github.com/SergioBenitez/Rocket/issues/177), [hyper #1586]( https://github.com/hyperium/hyper/issues/1586) |
3
mxT52CRuqR6o5 2021 年 2 月 23 日 via Android
|
4
SingeeKing PRO http2 push 已经被证明意义不大而逐渐准备废弃了
|