e2c3fa63
1 2 3 4 5 6 7
my $app = sub { my ($environ) = @_; open my $io, '<file'; return ['200', ['Content-Length' => 5], $io]; };