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