From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kcar.general Subject: [ANN] kcar 0.2.0 - small improvements Date: Thu, 24 Feb 2011 21:36:01 +0000 Message-ID: <20110224213601.GA11735@dcvr.yhbt.net> References: <20110224213601.GA11735@dcvr.yhbt.net> Reply-To: kcar@librelist.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298583386 9585 80.91.229.12 (24 Feb 2011 21:36:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Feb 2011 21:36:26 +0000 (UTC) To: kcar@librelist.org Original-X-From: kcar@librelist.org Thu Feb 24 22:36:22 2011 Return-path: Envelope-to: gclrkg-kcar@m.gmane.org In-Reply-To: <20110224213601.GA11735@dcvr.yhbt.net> List-Archive: List-Help: List-Id: kcar@librelist.org List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kcar@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kcar.general:6 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsirF-0008Uf-3W for gclrkg-kcar@m.gmane.org; Thu, 24 Feb 2011 22:36:21 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 4A08E21C6F5 for ; Thu, 24 Feb 2011 21:36:19 +0000 (UTC) kcar features an HTTP parser that will convert a bytestream into a 3-element array suitable for use as a Rack response. It is IO interface agnostic, so it may be used with HTTP streams over Unix domain sockets, regular files, FIFOs, StringIOs as well as traditional TCP sockets. * http://bogomips.org/kcar/ * kcar@librelist.org * git://bogomips.org/kcar.git Changes: Internal cleanups and micro-optimizations. We are fully-supported under Ruby 1.9.3dev and Rubinius 1.2.2 -- Eric Wong