我已经安装了SPDY Indicator chrome扩展.它正在检测某些站点启用SPDY,而某些站点启用HTTP/2.
哪些是当前支持HTTP/2的Web服务器?我知道nginx支持SPDY,但是它支持HTTP/2吗?如果是,我该如何启用它?
感谢GolezTrol. 答案是不. 是截至2015年9月
IIS支持Windows 10中的HTTP/2 [50]
OpenLiteSpeed 1.3.7和1.4.4支持HTTP/2草案16. [51]
以下列表已过期,可能不值得维护.
Nginx通过模块[52]为SPDY(草案3.1)提供实验支持
Apache在当前的2.4.x版本中不支持SPDY,但mod_spdy允许添加它[53]
LiteSpeed Web Server目前支持SPDY/3.1 [54]
p4guru.. 22
在https://github.com/http2/http2-spec/wiki/Implementations上有支持HTTP/2的Web服务器等的完整列表
HTH
在https://github.com/http2/http2-spec/wiki/Implementations上有支持HTTP/2的Web服务器等的完整列表
HTH
请在下面找到表格
+--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Name | Language | Role(s) | Negotiation(s) | Protocol id(s) | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | http4s-blaze | Scala | server | ALPN | h2, h2-14 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | cl-http2-protocol | Common Lisp | client, server | NPN, direct | h2-14 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Deuterium | C | client, server | ALPN, direct | h2, h2-14, h2c, h2c-14 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | F5 | C | server, proxy | ALPN, NPN | h2-14 (11.6.0 HF2) h2 (upcoming release) | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | H2O | C | Server, proxy | ALPN, NPN, Upgrade, direct | h2, h2-14, h2-16 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | http-2 | Ruby | server, client | ALPN, NPN, Upgrade, direct | h2, h2c, h2-17 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | http2 | Go | client, server | NPN (+ ALPN w/ Go 1.4) | | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Jetty | Java | client, intermediary, server | ALPN, Upgrade, Direct | h2, h2-17, h2-14, h2c, h2c-17 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | LiteSpeed Enterprise | C++ | Server | ALPN, NPN, Upgrade | h2, h2-17, h2-14, h2c | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Lucid | Erlang | Server | NPN, direct | h2, h2-16, h2-14 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Microsoft | C/C++ | Client, Server | ALPN | h2 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | mod_h2 | C | Server | ALPN, NPN, Upgrade, direct | h2, h2c (plus -14,-16) | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Netty | Java | client, server | ALPN, NPN, Upgrade, direct | h2, h2c | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | nghttp2 | C | client, server, intermediary | ALPN, NPN, Upgrade, direct | h2, h2-16, h2-14, h2c | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | node-http2 | NodeJS | server, client | ALPN, NPN, direct | h2 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | OkHttp | Android, Java | mock server, client | ALPN, NPN | h2 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | OpenLiteSpeed | C++ | Server | ALPN, NPN, Upgrade | h2, h2-17 , h2-14, h2c | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Protocol::HTTP2 | Perl | server, client | ALPN, NPN, Upgrade, direct | h2, h2c | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Brocade SteelApp Traffic Manager (formerly Riverbed/Zeus TM) | C++ | Server | ALPN, NPN, Upgrade, direct | h2, h2c | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Sasazka | NodeJS | server | NPN | | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | second-transfer | Haskell | server | ALPN | h2-14, h2 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Trusterd | C/mruby | client, server | ALPN, NPN, direct | | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Twitter | C++ | server, client | ALPN, NPN | h2 | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Undertow | Java | Server, Intermediary | ALPN, Upgrade | | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+ | Warp | Haskell | Server | ALPN, direct | | +--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+
产品链接,因为我不知道如何保持表格格式与内部链接.
http4s,火焰
CL-http2协议
氘
F5
H2O
HTTP-2
http2
码头
LiteSpeed Enterprise
清醒
微软
mod_h2
网状
nghttp2
节点http2
OkHttp
OpenLiteSpeed
协议:: HTTP2
Brocade SteelApp交通经理(原Riverbed/Zeus TM)
Sasazka
二次转印
Trusterd
推特
暗潮
经