-
-
Plack-Middleware-ReverseProxy
... ::Engine](https://metacpan.org/pod/HTTP::Engine).
Nobuo Danjou
Masahiro Nagano
Tatsuhiko Miyagawa
# SEE ALSO
[HTTP::Engine::Middleware::ReverseProxy](https://metacpan.org/pod/HTTP::Engine::Middleware::ReverseProxy)
[Plack](https://metacpan.org/pod/ ...
-
p5-plack-middleware-dispatch
... ,
you should just be able to do
% cpan Plack::Middleware::Dispatch
Download it, unpack it, then build it as ... && make test
Then install it:
% make install
DOCUMENTATION
Plack::Middleware::Dispatch documentation is available as in POD. So you ...
-
p5-plack-middleware-profiler-nytprof
...
you should just be able to do
% cpan Plack::Middleware::Profiler::NYTProf
Download it, unpack it, then build ... make test
Then install it:
% make install
DOCUMENTATION
Plack::Middleware::Profiler::NYTProf documentation is available as in POD. ...
-
p5-plack-middleware-profiler-develprofiler
... ,
you should just be able to do
% cpan Plack::Middleware::Profiler
Download it, unpack it, then build it as ... && make test
Then install it:
% make install
DOCUMENTATION
Plack::Middleware::Profiler documentation is available as in POD. So you ...
-
Plack-Middleware-Header
... '1'],
append => ['X-Plack-Two' => '2'],
unset => ['X-Plack-Three'];
$app;
};
DESCRIPTION
Plack::Middleware::Header
AUTHOR
Masahiro Chiba
LICENSE
This library is free software; you can redistribute it ...
-
Plack-Middleware-Session
... perldoc Plack::Session::Store::File
builder {
enable 'Session', store => 'File';
$app;
};
# DESCRIPTION
This is a Plack Middleware component for session management. By
default it will use cookies to keep session state and store ...
-
Plack-Middleware-RefererCheck
... the field.
Please use other way. For example Plack::Middleware::CSRFBlock,
Catalyst::Controller::RequestToken and Amon2::Plugin::Web:: ... it and/or modify it
under the same terms as Perl itself.
SEE ALSO
Plack::Middleware Plack::Builder
-
Plack-Middleware-LastModified
... header
automatically
SYNOPSIS
builder {
enable "LastModified";
$app;
};
DESCRIPTION
Plack::Middleware::LastModified is a middleware that automatically adds
"Last-Modified" header.
AUTHOR
Masahiro Chiba
...
-
p5-plack-middleware-failsafe
... ,
you should just be able to do
% cpan Plack::Middleware::Failsafe
Download it, unpack it, then build it as ... && make test
Then install it:
% make install
DOCUMENTATION
Plack::Middleware::Failsafe documentation is available as in POD. So you ...
-
Plack-Middleware-Test-Recorder
Record requests to replay as a unit test
NAME
Plack::Middleware::Test::Recorder - Record requests to replay as a unit
... # access /recorder/stop to stop and save a test file
DESCRIPTION
Plack::Middleware::Test::Recorder is a Plack middleware ...
-