1 # must be run without Rack::Lint since that clobbers to_path
2 use Rainbows::DevFdResponse
4 io = case env["rainbows.model"].to_s
6 Rainbows::Fiber::IO::Pipe
9 end.popen('cat random_blob', 'rb')
13 'Content-Length' => ::File.stat('random_blob').size.to_s,
14 'Content-Type' => 'application/octet-stream',