Download: STF-Dispatcher-PSGI-1.11.tar.gz
Dependencies
Annotate this POD
Website
STF::Dispatcher::Impl::File - STF Storage to store data in file
my $app = STF::Dispatcher::PSGI->new( impl => STF::Dispatcher::Impl::File->new( storage_path => '/tmp' ) ); builder { $app->to_app }