rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob c2355da398896c813bbd327144ff482d7eb09c40 104 bytes (raw)
$ git show HEAD:t/env.ru	# shows this blob on the CLI

1
2
3
 
use Rack::ContentLength
use Rack::ContentType
run lambda { |env| [ 200, {}, [ env.inspect << "\n" ] ] }

git clone https://yhbt.net/rainbows.git