preliminary Rev support
commit0a47b9209b6c677ad03ad2075f671883ca2b7474
authorEric Wong <normalperson@yhbt.net>
Thu, 15 Oct 2009 00:39:08 +0000 (14 17:39 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 15 Oct 2009 00:39:51 +0000 (14 17:39 -0700)
tree2c2fc415f527c9f3f8b96912b20a76bbe0420647
parenta42148fe4d62f812bc57418daecdb95f3c4d18cd
preliminary Rev support

There is no TeeInput (streaming request body) support, yet,
as that does not seem fun nor easy to do (or even possible
without using Threads or Fibers or something to save/restore
the stack...)
lib/rainbows.rb
lib/rainbows/rev.rb [new file with mode: 0644]
t/bin/content-md5-put [new file with mode: 0755]
t/content-md5.ru [new file with mode: 0644]
t/t4000-rev-basic.sh [new file with mode: 0755]
t/t4000.ru [new file with mode: 0644]
t/t4002-rev-graceful.sh [new file with mode: 0755]
t/t4100-rev-rack-input.sh [new file with mode: 0755]
t/t4101-rev-rack-input-trailer.sh [new file with mode: 0755]
t/test-lib.sh