Download: STF-Dispatcher-PSGI-1.10.tar.gz
Dependencies
Annotate this POD
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 }