Sha256: c0cbd541c2aadc62265e4e7736fa21b0d376cb17ee81beb1e7ae7842fe655a41

Contents?: true

Size: 235 Bytes

Versions: 28

Compression:

Stored size: 235 Bytes

Contents

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rainbows-5.2.1 t/simple-http_CoolioThreadSpawn.ru
rainbows-5.2.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-5.1.1 t/simple-http_CoolioThreadSpawn.ru
rainbows-5.1.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-5.0.0.5.ge717 t/simple-http_CoolioThreadSpawn.ru
rainbows-5.0.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.7.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.6.2 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.6.1 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.6.0.4.g4108 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.6.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.5.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.4.3 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.4.2 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.4.1.1.gd5c8c t/simple-http_CoolioThreadSpawn.ru
rainbows-4.4.1 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.4.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.3.1 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.3.0 t/simple-http_CoolioThreadSpawn.ru
rainbows-4.2.0 t/simple-http_CoolioThreadSpawn.ru