Group
Extension

Matches 1

Reactive-Mojo-Plugin ( R/RM/RMOORE/Reactive-Mojo-Plugin-0.103.tar.gz, RMOORE, 2025; MetaCPAN )
Reactive-Mojo-Plugin/lib/Reactive/Mojo/Plugin.pm ( view source; MetaCPAN )
>post('/reactive' => sub {
        my $c = shift;

        my $data = $c->req->json;

        $c->render(
            json => $reactive->process_request($data)
        );
    });
}

=head1 AUTHOR

Rob

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.