Plack::Middleware::AddDefaultCharset - a port of Apache2's AddDefaultCharset
use Plack::Builder;
builder {
enable 'AddDefaultCharset', charset =>
$charset_to_add;
$app; }
Plack::Middleware::AddDefaultCharset is a port of the AddDefaultCharset
configuration directive of the Apache HTTP server.
Kazuho Oku <kazuhooku {at} gmail.com>
<http://httpd.apache.org/docs/2.2/ja/mod/core.html#adddefaultcharset>
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.