From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.204.72.79 with SMTP id l15cs246045bkj; Wed, 1 Jul 2009 11:00:54 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.229.80.7 as permitted sender) client-ip=10.229.80.7; Authentication-Results: mr.google.com; spf=pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.229.80.7 as permitted sender) smtp.mail=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com; dkim=pass header.i=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com Received: from mr.google.com ([10.229.80.7]) by 10.229.80.7 with SMTP id r7mr3945229qck.25.1246471252978 (num_hops = 1); Wed, 01 Jul 2009 11:00:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :mime-version:received:date:in-reply-to:x-ip:references:user-agent :x-http-useragent:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=VyErHQIaQlOpLLm0jW3uEHpAMWesMfwAbEWomuzs3aU=; b=jlHNa9WLlIn4zUpYYlW8VcYWYH8qlBEbIW0+bX2HMs3bPS7KGK4+IQ+tsXhuAbw0qO mOFDOCIS8NY0HLTW4Vw3WHdrK2SslCnTarKFSFRx2EdaXNoN3wvSiRbncoorXiWzNi/R bj/9nvVl3D/BjWOXCykAYlScXm2MBZrLYPNdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:mime-version:date:in-reply-to:x-ip :references:user-agent:x-http-useragent:message-id:subject:from:to :content-type:content-transfer-encoding:reply-to:sender:precedence :x-google-loop:mailing-list:list-id:list-post:list-help :list-unsubscribe:x-beenthere-env:x-beenthere; b=XuwlYcR70Mm/xdFVEgUpY1Oc2PxUSwoly2p9//aY5VRZlmLILEjy01wkAzkuBr1Pff JObONW5FQ9QA0RGWs6d1NWy4+PMKNF+4kL1ljjcO8/Y+fYpzGFsuYY5oVd2Qrb+keFIL 7FdWKFucI3lPO8NbkR/braLkjMHZ7XpkdM/rQ= Received: by 10.229.80.7 with SMTP id r7mr551108qck.25.1246471252145; Wed, 01 Jul 2009 11:00:52 -0700 (PDT) Received: by 10.176.146.33 with SMTP id t33gr1481yqd.0; Wed, 01 Jul 2009 11:00:43 -0700 (PDT) X-Sender: bill.burcham@gmail.com X-Apparently-To: rack-devel@googlegroups.com MIME-Version: 1.0 Received: by 10.101.1.6 with SMTP id d6mr1153281ani.22.1246471242966; Wed, 01 Jul 2009 11:00:42 -0700 (PDT) Date: Wed, 1 Jul 2009 11:00:42 -0700 (PDT) In-Reply-To: <2fff50390905101554u4feea72akaea9315f371cf820@mail.gmail.com> X-IP: 64.62.20.10 References: <1c5622660905100710k104fc87fpf185716ac7c39dfd@mail.gmail.com> <2fff50390905101554u4feea72akaea9315f371cf820@mail.gmail.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Version/4.0.1 Safari/530.18,gzip(gfe),gzip(gfe) Message-ID: Subject: Re: Rack as a client-side spec From: Bill Burcham To: Rack Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: rack-devel@googlegroups.com Sender: rack-devel@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rack-devel@googlegroups.com; contact rack-devel+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rack-devel@googlegroups.com X-BeenThere: rack-devel@googlegroups.com This sounded like a great idea a few weeks ago. Now I've got a real use case: I'm in the process of implementing a little ZIP-code lookup service for a client (hits http://zip4.usps.com/zip4/welcome.jsp) and I'm wishing I had a (client-side) middleware for caching those responses.