Tracking implementations

Mark Nottingham <mnot@mnot.net> Mon, 29 July 2013 14:36 UTC

Return-Path: <ietf-http-wg-request@listhub.w3.org>
X-Original-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Delivered-To: ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 91AD721F9AE3 for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Mon, 29 Jul 2013 07:36:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.932
X-Spam-Level:
X-Spam-Status: No, score=-7.932 tagged_above=-999 required=5 tests=[AWL=2.667, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LNWBrcWZIggm for <ietfarch-httpbisa-archive-bis2Juki@ietfa.amsl.com>; Mon, 29 Jul 2013 07:36:26 -0700 (PDT)
Received: from frink.w3.org (frink.w3.org [128.30.52.56]) by ietfa.amsl.com (Postfix) with ESMTP id 7FFF911E80E4 for <httpbisa-archive-bis2Juki@lists.ietf.org>; Mon, 29 Jul 2013 07:35:59 -0700 (PDT)
Received: from lists by frink.w3.org with local (Exim 4.72) (envelope-from <ietf-http-wg-request@listhub.w3.org>) id 1V3oY6-0000nc-QW for ietf-http-wg-dist@listhub.w3.org; Mon, 29 Jul 2013 14:35:46 +0000
Resent-Date: Mon, 29 Jul 2013 14:35:46 +0000
Resent-Message-Id: <E1V3oY6-0000nc-QW@frink.w3.org>
Received: from maggie.w3.org ([128.30.52.39]) by frink.w3.org with esmtp (Exim 4.72) (envelope-from <mnot@mnot.net>) id 1V3oXx-0000lU-TP for ietf-http-wg@listhub.w3.org; Mon, 29 Jul 2013 14:35:37 +0000
Received: from mxout-08.mxes.net ([216.86.168.183]) by maggie.w3.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from <mnot@mnot.net>) id 1V3oXw-0004cb-Sy for ietf-http-wg@w3.org; Mon, 29 Jul 2013 14:35:37 +0000
Received: from dhcp-53cf.meeting.ietf.org (unknown [130.129.83.207]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id E070A509B6; Mon, 29 Jul 2013 10:35:14 -0400 (EDT)
Content-Type: text/plain; charset="iso-8859-1"
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Mark Nottingham <mnot@mnot.net>
In-Reply-To: <CAPyZ6=J8LH09P0gD=dq8hmsoeiHKRJOO8-FwB5=t8jwf-Fj1cQ@mail.gmail.com>
Date: Mon, 29 Jul 2013 16:35:16 +0200
Cc: "ietf-http-wg@w3.org" <ietf-http-wg@w3.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <9D165032-3895-4FBD-B4D8-C2EC2AD80229@mnot.net>
References: <CAPyZ6=J8LH09P0gD=dq8hmsoeiHKRJOO8-FwB5=t8jwf-Fj1cQ@mail.gmail.com>
To: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>
X-Mailer: Apple Mail (2.1508)
Received-SPF: pass client-ip=216.86.168.183; envelope-from=mnot@mnot.net; helo=mxout-08.mxes.net
X-W3C-Hub-Spam-Status: No, score=-4.4
X-W3C-Hub-Spam-Report: AWL=-2.499, BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001
X-W3C-Scan-Sig: maggie.w3.org 1V3oXw-0004cb-Sy 2b01a291a61853ebaee0f902de4a3b96
X-Original-To: ietf-http-wg@w3.org
Subject: Tracking implementations
Archived-At: <http://www.w3.org/mid/9D165032-3895-4FBD-B4D8-C2EC2AD80229@mnot.net>
Resent-From: ietf-http-wg@w3.org
X-Mailing-List: <ietf-http-wg@w3.org> archive/latest/18957
X-Loop: ietf-http-wg@w3.org
Resent-Sender: ietf-http-wg-request@w3.org
Precedence: list
List-Id: <ietf-http-wg.w3.org>
List-Help: <http://www.w3.org/Mail/>
List-Post: <mailto:ietf-http-wg@w3.org>
List-Unsubscribe: <mailto:ietf-http-wg-request@w3.org?subject=unsubscribe>

Thanks!

I've set up a wiki page to track implementations; other implementers, feel free to add yours.

Regards,


On Jul 28, 2013, at 6:53 PM, Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> wrote:

> I'm working on implementing draft-04 in C based on spdylay[1] library.
> The code is open sourced and hosted at:
> https://github.com/tatsuhiro-t/nghttp2
> It currently lacks header continuation, ALPN and HTTP Upgrade but other components work. For TLS, we use NPN instead of ALPN for now.
> 
> The project provides client, server and proxy. The client and server output sent and received frame information, so they would be useful for implementors to debug their implementation. The proxy can run as reverse proxy for the existing web server and acts like SSL/TLS terminator and can offer HTTP-draft-04/2.0, SPDY and HTTP/1.1 via NPN, so may be useful for debugging using existing web servers/services.
> 
> [1] http://spdylay.sourceforge.net/
> 
> Best regards,
> 
> Tatsuhiro Tsujikawa
> 

--
Mark Nottingham   http://www.mnot.net/