-
-
p5-plack-middleware-validatecontentlength
...
plackup -e 'enable "ValidateContentLength"' -e '[200, ["Content-Length" => 3], ["NOT OK"]]'
# DESCRIPTION
Plack::Middleware::ValidateContentLength is
# AUTHOR
Tokuhiro Matsuno
# SEE ALSO
# LICENSE
Copyright (C) ...
-
Plack-Middleware-IPAddressFilter
... .
'+ 192.0.34.72/255.255.255.240', # allow from subnet.
];
$app;
}
DESCRIPTION
Plack::Middleware::IPAddressFilter is a IP address based access control
handler for Plack.
CONFIGURATION
rules
IP address ...
-
Plack-Middleware-CSRFBlock
CSRF are never propageted to app
NAME
Plack::Middleware::CSRFBlock - CSRF are never propageted to app
SYNOPSIS ... type="text/javascript>
$('#theform').ajaxForm();
so, the middleware can insert token "input" tag next to "form ...
-
Plack-Middleware-Watermark
... on my server';
$app;
}
# Hello World
#
DESCRIPTION
The watermark middleware offers appending some string to response body
as comment.
OPTIONS
comment
Specify comment string or ...
-
Plack-Middleware-Debug-W3CValidate
Plack debugging panel to validate your HTML
# NAME
Plack::Middleware::Debug::W3CValidate - Validate your Response Content
## SYNOPSIS
use ... time it takes to load the page.
# SEE ALSO
[Plack::Middleware::Debug](http://search.cpan.org/perldoc?Plack:: ...
-
Plack-Middleware-HTMLify
... a non-html document into html.
=pod
=head1 NAME
Plack::Middleware::HTMLify - Transform a non-html page into html.
= ... for the end of the
$app;
};
=head1 DESCRIPTION
Plack::Middleware::HTMLify is meant to be used to transform non- ...
-
Plack-Middleware-Debug-DBIC-QueryLog
... ?DBIx::Class::QueryLog) and place it
into `$env->{'plack.middleware.dbic.querylog'}` (We use the underlying
features in [Plack::Middleware::DBIC::QueryLog](http://search.cpan.org/perldoc?Plack::Middleware::DBIC::QueryLog)) so that it is accessible by
all ...
-
ring-etag-middleware
... a ring middleware function at ``ring.middleware.etag/wrap-etag``.
Installation
------------
Add ``[org.clojars.mikejs/ring-etag-middleware "0.1.0-SNAPSHOT"]``
to your leingingen dependencies.
License
-------
Copyright (C) 2010 Michael Stephens.
...
-
ring-gzip-middleware
... a ring middleware function at ``ring.middleware.gzip/wrap-gzip``.
Installation
------------
Add ``[org.clojars.mikejs/ring-gzip-middleware "0.1.0-SNAPSHOT"]``
to your leingingen dependencies.
License
-------
Copyright (C) 2010 Michael Stephens.
...
-
Plack-Middleware-StaticShared
... resource that is concatnated some static files
# NAME
Plack::Middleware::StaticShared - concat some static files to one resource
... /barlib.js, ./static/js/app.js
# DESCRIPTION
Plack::Middleware::StaticShared provides resource end point which concat some ...
-