rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
blob 7f12b296d47ec6943b5322fe028e67cf634edbe6 110 bytes (raw)
$ git show v0.97.0:t/env_rack_env.ru	# shows this blob on the CLI

1
2
3
4
 
use Rack::ContentLength
run proc { |env|
  [ 200, { "Content-Type" => "text/plain" }, [ ENV["RACK_ENV"] ] ]
}

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