Posted By: Eric Wong
Date: 2011-06-07 17:48
Summary: kcar 0.3.0 - bytestream to Rack response converter
Project: Rainbows!
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:
* strip trailing and leading linear whitespace in headers * improve Ruby 1.9.3dev compatibility |
|