阅读文章“.NET 框架中的新功能”...
https://msdn.microsoft.com/en-us/library/ms171868(v=vs.110).aspx
...它指出...
大多数主流浏览器都支持 HTTP/2,因此您的用户很可能会受益于 HTTP/2 支持如果你的服务器支持的话. 尝试一下 RC 更新。
.. 以及此 wiki 的链接...
http://en.wikipedia.org/wiki/HTTP/2
在服务器下引用
IIS 在 Windows 10 beta 版中支持 HTTP/2
虽然我清楚地知道 Windows 10 是浏览器支持所必需的,但我无法找到关于需要什么版本的 Windows Server/IIS 的明确答案 - Wiki 答案“IIS 在 Windows 10 beta 中支持 HTTP/2”毫无意义,因为他们要到明年才会发布 Windows 10 服务器。
我搜索了答案,但一无所获。如果我们有 Server 2008 R2 和 Server 2012 R2,它们会将 HTTP/2 返回给 Windows 10 客户端吗?
谢谢
答案1
IIS 版本与操作系统版本绑定,而 Windows Server 2016 上的 IIS 10 要到 2016 年才会发布,而 Windows 10 的 IIS 10 于 2015 年 7 月 29 日发布,并且支持 HTTP/2。
除了支持 HTTP/2 之外,还有其他一些IIS 10 中的新功能但微软可能会在发布 Server 2016 之前添加更多功能
在 IIS 的整个生命周期中,微软从未向该产品的旧版本提供任何新的核心 IIS 功能,因此这次他们不太可能这样做。
考虑到 IIS 7.x 和 8.x 服务器的数量众多以及 http/2 带来的好处,如果他们这次能改变这项政策,那就太好了,考虑到new Microsoft
所有因素,但我仍然对此表示怀疑。
答案2
下表提供了不同客户端和服务器实现的比较:
+--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+
| 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 | |
+--------------------------------------------------------------+----------------+------------------------------+----------------------------+------------------------------------------+
链接到产品,因为我不知道如何保持带有内部链接的表格格式。