Tests: perl module.
This commit is contained in:
5
test/perl/body_array/psgi.pl
Normal file
5
test/perl/body_array/psgi.pl
Normal file
@@ -0,0 +1,5 @@
|
||||
my $app = sub {
|
||||
my ($environ) = @_;
|
||||
|
||||
return ['200', ['Content-Length' => '10'], ['012', '345', '678', '9']];
|
||||
};
|
||||
Reference in New Issue
Block a user