HTTPbis | H. Nakajima |
Internet-Draft | Keio University, W3C |
Intended status: Informational | July 4, 2014 |
Expires: January 5, 2015 |
HTTP/2 Interoperability Survey
draft-nakajima-httpbis-http2-interop-survey-00
This document provides a survey of HTTP/2 [I-D.ietf-httpbis-http2] and HPACK [I-D.ietf-httpbis-header-compression] implementations and interoperability tests based on HTTP/2.0 Testing [I-D.trace-httpbis-http2-test]. Goals of this document are to help improving HTTP/2 specifications and HTTP/2 implementions and deployments.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
This Internet-Draft will expire on January 5, 2015.
Copyright (c) 2014 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14, RFC 2119 [RFC2119].
The following implementaions have been tested for interoperability test. Each implementation has been classified according to the roles "client", "server", "intermediary" which are defined in [RFC7230]. Table 1 shows name and roles of tested implementations.
Name | Roles |
---|---|
[nghttp2] | client,server,intermediary |
[http2-katana] | client,server |
[node-http2] | client,server |
[MozillaFirefox] | client |
[iij-http2] | client |
[AkamaiGhost] | intermediary |
[Chromium] | client |
[Twitter] | client,server |
[http2-go] | client,server |
[OkHttp2] | client |
[mruby-http2] | client,server |
[curl] | client |
[cl-http2-protocol] | client,server |
[Netty] | client,server |
[Jetty] | client,server |
Data from https://github.com/http2/http2-spec/wiki/Implementations
Basic Connection Test is checking if the client and server(or intermediary) are able to establish HTTP/2 connection.
Table 2 shows interoperability test result.
nghttp2 | http2-katana | node-http2 | iij-http2 | mruby-http2 | cl-http2-protocol | ||
---|---|---|---|---|---|---|---|
[nghttp2] | \ | x | x | o | o | o | o |
[http2-katana] | x | \ | x | x | x | x | x |
[node-http2] | x | x | \ | x | x | x | x |
[MozillaFirefox] | o | x | x | o | o | x | x |
[Chromium] | o | x | x | o | o | x | o |
[cl-http2-protocol] | o | x | x | x | x | o | \ |
Vertical axis: Client, Horizontal: Server
TBD.
TBD.
This document makes no request to IANA.
[I-D.ietf-httpbis-header-compression] | Peon, R. and H. Ruellan, "HPACK - Header Compression for HTTP/2", Internet-Draft draft-ietf-httpbis-header-compression-08, June 2014. |
[I-D.ietf-httpbis-http2] | Belshe, M., Peon, R. and M. Thomson, "Hypertext Transfer Protocol version 2", Internet-Draft draft-ietf-httpbis-http2-13, June 2014. |
[I-D.trace-httpbis-http2-test] | Lai, M., Jian, C. and R. Trace, "HTTP/2.0 Protocol Test", Internet-Draft draft-trace-httpbis-http2-test-00, September 2013. |
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. |
[RFC7230] | Fielding, R. and J. Reschke, "Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing", RFC 7230, June 2014. |