e2c3fa63
1 2 3 4 5
my $app = sub { my ($environ) = @_; return ['200', ['Content-Length', 0, 'blah', 'blah'], []]; };