Re: New Version Notification - draft-nottingham-http-link-header-07.txt

Mike Burrows <asplake@freenetname.co.uk> Tue, 19 January 2010 21:06 UTC

Return-Path: <asplake@googlemail.com>
X-Original-To: apps-discuss@core3.amsl.com
Delivered-To: apps-discuss@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id AAC363A69BD for <apps-discuss@core3.amsl.com>; Tue, 19 Jan 2010 13:06:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.976
X-Spam-Level:
X-Spam-Status: No, score=-1.976 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, HTML_MESSAGE=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0vgWAnlxA5tJ for <apps-discuss@core3.amsl.com>; Tue, 19 Jan 2010 13:06:12 -0800 (PST)
Received: from mail-pw0-f55.google.com (mail-pw0-f55.google.com [209.85.160.55]) by core3.amsl.com (Postfix) with ESMTP id 5DBF73A683D for <discuss@apps.ietf.org>; Tue, 19 Jan 2010 13:06:12 -0800 (PST)
Received: by pwj2 with SMTP id 2so2641505pwj.34 for <discuss@apps.ietf.org>; Tue, 19 Jan 2010 13:06:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=g7uyeHfxAOD/BsFKZpbDpY9SzWIF3QRYdjwSbcD41CY=; b=tElQLP8bZ83Lwtjnp/5l3+cRJydRh/DEdqUd2kXcfXtVf9yt9gSyW3rYCtfQnxffjz RiIulsgrBvepAdUGxNf4oSTt9z8EDMuo0nf5wKEz8MI4rUB7DhuTWax4qY4q40qFXnHC eyfQDTxrrga9vRX5RX5wAwR0F6WQJGg0Hz4bo=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=NH/p9ynprDkPHh0MAfJuZe+N0NOHIKPodsAyD+uKx/Ont7GK1mHobsmKUr/yEaKlmm 0rM5WRquegsIjPkntW7bEN9jcqiQg6K7DH+SQR4qnLMMXD2QstzbJh/CnDEB6hqnnw1T VCM8T9BRSUB9DywJnsQHkBMJEF3iDhdtZQMBE=
MIME-Version: 1.0
Sender: asplake@googlemail.com
Received: by 10.141.4.8 with SMTP id g8mr5330854rvi.182.1263935164422; Tue, 19 Jan 2010 13:06:04 -0800 (PST)
In-Reply-To: <E4FF7733-D744-4AC3-AB99-66A12868E4CE@mnot.net>
References: <20100119053002.5CD613A683B@core3.amsl.com> <E4FF7733-D744-4AC3-AB99-66A12868E4CE@mnot.net>
Date: Tue, 19 Jan 2010 22:06:04 +0100
X-Google-Sender-Auth: 5f5973ff85a03e80
Message-ID: <7a2269961001191306i9bf78c1oe55f574166874944@mail.gmail.com>
Subject: Re: New Version Notification - draft-nottingham-http-link-header-07.txt
From: Mike Burrows <asplake@freenetname.co.uk>
To: Mark Nottingham <mnot@mnot.net>
Content-Type: multipart/alternative; boundary="000e0cd0eba27e9dbc047d8ad67f"
X-Mailman-Approved-At: Thu, 21 Jan 2010 08:13:56 -0800
Cc: Apps Discuss <discuss@apps.ietf.org>, HTTP Working Group <ietf-http-wg@w3.org>
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: mjb@asplake.co.uk
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 19 Jan 2010 21:10:35 -0000
X-List-Received-Date: Tue, 19 Jan 2010 21:10:35 -0000

Thanks, and nice timing - I've just ported my link header rubygem to Python
- see http://pypi.python.org/pypi/LinkHeader/0.1 or
http://bitbucket.org/asplake/link_header/.

The Python version is rather smarter about when to quote attribute values (I
should port this back to Ruby), but they are otherwise similar in
functionality - parsing, formatting and conversion to/from json-friendly
structures.

Caveat: I've made no serious attempt (in either language) to parse title*
attributes ("title*" "=" enc2231-string) but if anyone has need of them (or
has any other feedback for that matter) please get in touch privately and I
will see what I can do.

Regards,
Mike
mjb@asplake.co.uk
http://positiveincline.com
http://twitter.com/asplake


2010/1/19 Mark Nottingham <mnot@mnot.net>

>
>
> Begin forwarded message:
>
> > From: Internet-Draft@ietf.org
> > Date: 19 January 2010 4:30:02 PM AEDT
> > To: mnot@pobox.com, draft-nottingham-http-link-header@tools.ietf.org,
> lisa.dusseault@gmail.com
> > Subject: New Version Notification -
> draft-nottingham-http-link-header-07.txt
> >
> > New version (-07) has been submitted for
> draft-nottingham-http-link-header-07.txt.
> >
> http://www.ietf.org/internet-drafts/draft-nottingham-http-link-header-07.txt
> > Sub state has been changed to AD Follow up from New Id Needed
> >
> > Diff from previous version:
> > http://tools.ietf.org/rfcdiff?url2=draft-nottingham-http-link-header-07
> >
> > IETF Secretariat.
>
>
> --
> Mark Nottingham     http://www.mnot.net/
>
>
>
>