-
-
Plack-Middleware-Debug
... ', level => 2 ]
];
$app;
};
Because each panel is a middleware component, you can write this way
as well: ... new debug panel, place it in the `Plack::Middleware::Debug::`
namespace. In our example, the `Timer` panel ...
-
p5-plack-middleware-auth-open_id
NAME
Plack::Middleware::Auth::OpenID -
SYNOPSIS
use Plack::Middleware::Auth::OpenID;
DESCRIPTION
Plack::Middleware::Auth::OpenID is
It's just a idea. api may change in future and not work well.
AUTHOR
Keiji Yoshimi
-
p5-plack-middleware-docomo-fix_content_type
... +xml
SYNOPSIS
use Plack::Builder;
bulider {
enable 'DoCoMo::FixContentType';
$app;
};
DESCRIPTION
Plack::Middleware::DoCoMo::FixContentType is
AUTHOR
Keiji Yoshimi
SEE ...
-
p5-Plack-Middleware-GoogleAnalytics
... ::GoogleAnalytics
# NAME
Plack::Middleware::GoogleAnalytics -
# SYNOPSIS
use Plack::Middleware::GoogleAnalytics;
# DESCRIPTION
Plack::Middleware::GoogleAnalytics is
# AUTHOR
lapis25
# SEE ALSO
# LICENSE
This library is free ...
-
Plack-Middleware-ServerStatus
Setup server status page like Apache on /server-status
This is Perl module Plack::Middleware::ServerStatus.
Starman や Starlet でバックエンドの状態を HTTP 経由で閲覧したいときに使うものです。/server-status のハンドリングを奪います
Apache の server-status を模 ...
-
Fancy-Middleware
Alternative Plack::Middleware implementation but in a Moose Role
-
Plack-Middleware-ServerStatus-Lite
... ::Lite - show server status like Apache's mod\_status
# SYNOPSIS
use Plack::Builder;
builder {
enable "Plack::Middleware::ServerStatus::Lite",
path => '/server-status',
allow => [ '127.0.0.1', '192.168.0.0/16' ], ...
-
Plack-Middleware-Parallel-Scoreboard
... server status like Apache's mod\_status
# SYNOPSIS
use Plack::Builder;
builder {
enable "Plack::Middleware::Parallel::Scoreboard",
path => '/server-status',
base_dir => '/tmp/my-server';
$app;
};
# ...
-
Plack-Middleware-Expires
... response,
- If an Expires HTTP header exists already, it will not be overridden by this middleware.
# CONFIGURATIONS
- content\_type
content_type => qr!^image!,
content_type => 'text/css',
content_type => [ 'text/css', ' ...
-
GC-stats-middleware
Ruby GC Stats after each request (rack middleware)
Basic middleware to help developers track their memory usage.
DO NOT USE IN PRODUCTION
Currently only tested on Ruby 1.9 and no support guaranteed
Output example:
GC run, previous cycle was 255 ...
-