The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

STF::Dispatcher::Impl::Hash - STF Storage to store data in hash

SYNOPSIS

    my $app = STF::Dispatcher::PSGI->new(
        impl => STF::Dispatcher::Impl::Hash->new()
    );

    builder {
        $app->to_app
    }