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

1
2
3
4
5
 
use Rack::ContentLength
use Rack::ContentType, "text/plain"
run lambda { |env|
  [ 200, {}, [ "#{Rainbows.server.client_header_buffer_size}\n" ] ]
}

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