Sha256: ae54eaec55968af1bafcd40c9c388355b69ac9808950ff9179cd509d708b0d0e

Contents?: true

Size: 232 Bytes

Versions: 48

Compression:

Stored size: 232 Bytes

Contents

use Rack::ContentLength
use Rack::ContentType
run lambda { |env|
  if env['rack.multithread'] && env['rainbows.model'] == :RevThreadSpawn
    [ 200, {}, [ env.inspect << "\n" ] ]
  else
    raise "rack.multithread is false"
  end
}

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
rainbows-4.1.0 t/simple-http_RevThreadSpawn.ru
rainbows-4.0.0 t/simple-http_RevThreadSpawn.ru
rainbows-3.4.0 t/simple-http_RevThreadSpawn.ru
rainbows-3.3.0 t/simple-http_RevThreadSpawn.ru
rainbows-3.2.0 t/simple-http_RevThreadSpawn.ru
rainbows-3.1.0 t/simple-http_RevThreadSpawn.ru
rainbows-3.0.0 t/simple-http_RevThreadSpawn.ru
rainbows-2.1.0 t/simple-http_RevThreadSpawn.ru
rainbows-2.0.1 t/simple-http_RevThreadSpawn.ru
rainbows-2.0.0 t/simple-http_RevThreadSpawn.ru
rainbows-1.0.0 t/simple-http_RevThreadSpawn.ru
rainbows-1.0.0pre1 t/simple-http_RevThreadSpawn.ru
rainbows-0.97.0 t/simple-http_RevThreadSpawn.ru
rainbows-0.96.0 t/simple-http_RevThreadSpawn.ru
rainbows-0.95.1 t/simple-http_RevThreadSpawn.ru
rainbows-0.95.0 t/simple-http_RevThreadSpawn.ru
rainbows-0.94.0 t/simple-http_RevThreadSpawn.ru
rainbows-0.93.0 t/simple-http_RevThreadSpawn.ru
rainbows-0.92.0 t/simple-http_RevThreadSpawn.ru
rainbows-0.91.1 t/simple-http_RevThreadSpawn.ru