削除された内容 追加された内容
Claw of Slime (会話 | 投稿記録)
Claw of Slime (会話 | 投稿記録)
5行目:
HTTP/2 の目標は HTTP/1.1 のトランザクション・セマンティクスとの完全な後方互換性を維持したまま非同期な接続の[[多重化]]、ヘッダ[[データ圧縮|圧縮]]、リクエストとレスポンスの[[HTTPパイプライン|パイプライン化]]を実現することである。[[Google]] によって立ち上げられ<ref name="Sebastian">{{cite web|url=http://www.extremetech.com/computing/124153-sm-vs-spdy-microsoft-and-google-battle-over-the-future-of-http-2-0|title=S&M vs. SPDY: Microsoft and Google battle over the future of HTTP 2.0|date=2012-03-28|publisher=ExtremeTech|author=Sebastian Anthony|accessdate=2013-09-04}}</ref>、全ての主要な[[ウェブブラウザ]]が対応している HTTP 互換のプロトコル [[SPDY]] の人気が高まっていることに対応するために開発された<ref>{{cite web|url=http://blog.restlet.com/2011/10/06/can-the-rise-of-spdy-threaten-http/|title=Can the rise of SPDY threaten HTTP?|date=2011-10-06|publisher=Restlet|author=Jerome Louvel|accessdate=2013-09-04}}</ref>。
 
== 対応状況 ==
=== ウェブブラウザ ===
下記[[ウェブブラウザ]]が対応している。ただし、全て HTTP/2 over [[Transport Layer Security|TLS]] のみである。
* [[Internet Explorer]] 11 on [[Windows 10]]
* [[Google Chrome]] (30は要設定<ref>[https://code.google.com/p/chromium/issues/detail?id=230124 Issue 230124 - chromium - Support SPDY/4 - An open-source project to help move the web forward. - Google Project Hosting]</ref><ref>[http://www.chromium.org/spdy/http2 HTTP/2 - The Chromium Projects]</ref>)
* [[Mozilla Firefox]] (34から標準で有効<ref>[https://developer.mozilla.org/ja/Firefox/Releases/34/Site_Compatibility Firefox 34 サイト互換性情報 - Mozilla | MDN]</ref>)
* [[Internet Explorer]] 11 on [[Windows 10]]
* [[Opera]]
 
=== サーバ ===
; HTTP/2をサポート
* [[Internet Information Services|IIS]] (Windows 10 ベータ版)<ref>{{cite web| url=http://blogs.msdn.com/b/ie/archive/2014/10/08/http-2-the-long-awaited-sequel.aspx | title=HTTP/2: The Long-Awaited Sequel|date=October 8, 2014|author1= Rob Trace|author2=David Walp|work=MSDN IEBlog|publisher=Microsoft Corporation|accessdate=2015-05-19}}</ref>
* [[OpenLiteSpeed]] 1.3.11 および 1.4.8<ref>{{cite web | url=http://open.litespeedtech.com/mediawiki/index.php/Release_Log/1.x#V1.4.5 | title=OpenLiteSpeed 1.4.5 change log | accessdate=26 February 2015|publisher= LiteSpeed Technologies, Inc.|date=2015-02-26|accessdate=2015-05-19}}</ref>
* [[LiteSpeed Web Server]] 5.0<ref>{{cite web| url=http://blog.litespeedtech.com/2015/04/17/lsws-5-0-is-out-support-for-http2-esi-litemage-cache/ | title=LSWS 5.0 Is Out – Support for HTTP/2, ESI, LiteMage Cache|date=April 17, 2015|accessdate=2015-05-19}}</ref>
* [[Akamai Technologies|Akamai Edge Servers]]
; [[SPDY]]のみサポート
* [[Apache HTTP Server|Apache]]: 旧バージョンのSPDYをサポート(mod_spdy モジュールによる)<ref>{{cite web | url=http://googledevelopers.blogspot.de/2014/06/modspdy-is-now-apache-project.html | title=mod_spdy is now an Apache project|author= Matthew Steele |date=June 19, 2014|work=Google Developers Blog|accessdate=2015-05-19}}</ref>。モジュールの開発は停止している<ref>{{cite web|url=https://svn.apache.org/viewvc/httpd/mod_spdy/?view=log |title= Log of /httpd/mod_spdy |website=svn.apache.org|accessdate=2015-05-19}}</ref>。
* [[nginx]]: SPDY/3.1 を実験的にサポート(モジュールによる)<ref>{{cite web | url=http://nginx.org/en/docs/http/ngx_http_spdy_module.html|website=nginx.org | title= Module ngx_http_spdy_module |accessdate=2015-05-19}}</ref>。2015年末までにHTTP/2サポートを予定<ref>{{cite web | url=http://nginx.com/blog/how-nginx-plans-to-support-http2/ | title=How NGINX Plans to Support HTTP/2 |accessdate=2015-05-19|author=Owen Garrett|date=February 25, 2015|work=NGINX Blog}}</ref>。
; 計画なし
* [[lighttpd]] 1.x<ref>{{cite web | url=http://redmine.lighttpd.net/issues/2322 | title=lighttpd Feature #2322 - Support for SPDY protocol|author=stbuehler|work=Lighttpd|accessdate=2015-05-19}}</ref>
; その他
* [https://github.com/http2/http2-spec/wiki/Implementations GitHub HTTP/2 wiki]を参照
 
== 経緯 ==