Lemonldap-NG-Handler
view release on metacpan or search on metacpan
lib/Lemonldap/NG/Handler/ApacheMP2/Request.pm view on Meta::CPAN
UNIQUE_ID => $r->subprocess_env('UNIQUE_ID'),
'psgi.version' => [ 1, 1 ],
'psgi.url_scheme' => ( $ENV{HTTPS} || 'off' ) =~ /^(?:on|1)$/i
? 'https'
: 'http',
'psgi.input' => $r,
'psgi.errors' => *STDERR,
'psgi.multithread' => Plack::Util::FALSE,
'psgi.multiprocess' => Plack::Util::TRUE,
'psgi.run_once' => Plack::Util::FALSE,
'psgi.streaming' => Plack::Util::TRUE,
'psgi.nonblocking' => Plack::Util::FALSE,
'psgix.harakiri' => Plack::Util::TRUE,
'psgix.cleanup' => Plack::Util::TRUE,
'psgix.cleanup.handlers' => [],
'psgi.r' => $r,
};
$r->headers_in->do(
sub {
my $h = shift;
my $k = uc($h);
( run in 0.224 second using v1.01-cache-2.11-cpan-4d50c553e7e )