作者:刺嫩芽豆豆 | 来源:互联网 | 2023-07-11 21:22
HTTP2isreleasedandsupportedbyallmajorbrowsers.Thereareimplementationsshippinginmajor
HTTP/2 is released and supported by all major browsers. There are implementations shipping in major web servers like Apache and nginx.
所有主要浏览器都发布并支持HTTP/2。在主要的web服务器(如Apache和nginx)中有一些实现。
But for us Rubyists, the choices are currently quite limited, it seems. Once upon a time (Dec 2014), Aaron Patterson was exploring ideas for supporting HTTP/2 in Rack 2.0, but that hasn't yet materialized. He's also posted a few gists with possibilities for Puma and WEBrick. That's all I've managed to find.
但对我们这些ruby爱好者来说,目前的选择似乎相当有限。很久以前(2014年12月),Aaron Patterson正在探索在Rack 2.0中支持HTTP/2的想法,但是这还没有实现。他还发布了一些关于Puma和WEBrick的可能性。这就是我所能找到的。
My question is, broadly: if I am interested in using HTTP/2 in a Rails app, what options exist, which features of HTTP/2 do they include, and are any of them ready for production?
我的问题大致是:如果我对在Rails应用程序中使用HTTP/2感兴趣,那么有哪些选项,它们包含哪些HTTP/2特性,是否已经准备好投入生产?
2 个解决方案