NAME
STF::Dispatcher::Impl::File - STF Storage to store data in file
SYNOPSIS
my $app = STF::Dispatcher::PSGI->new(
impl => STF::Dispatcher::Impl::File->new(
storage_path => '/tmp'
)
);
builder {
$app->to_app
}
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
}