Sha256: dd0bd9425ccb801af4221ae43a0ee95c4d92243664c20006dcb1404d1cee2f0f
Contents?: true
Size: 190 Bytes
Versions: 37
Compression:
Stored size: 190 Bytes
Contents
use Rainbows::Sendfile run lambda { |env| path = "#{Dir.pwd}/random_blob" [ 200, { 'X-Sendfile' => path, 'Content-Type' => 'application/octet-stream' }, [] ] }
Version data entries
37 entries across 37 versions & 1 rubygems