2010年12月31日(金) 13:39 最近の Plack::Middleware 事情 もりもり。 mount '/' => builder { enable 'Head'; enable 'ContentLength'; enable 'AddDefaultCharset', charset => 'UTF-8'; enable 'LogDispatch', logger => EasyApp::Config->get_logger($app->... 続きを読む
The most important step to get started is to install Plack and other utilities. Because PSGI and Plack are just like normal Perl module distributions, the installation is as easy: just launch your CPAN shell and type cpan> install PSGI Plack ... 続きを読む
PSGI is a specification of interface protocol between Perl web applications and web servers, inspired by Python's WSGI and Ruby's Rack. Plack is a Perl module and namespace to contain set of reference PSGI server implementations, middleware a... 続きを読む