>post('/reactive' => sub { my $c = shift; my $data = $c->req->json; $c->render( json => $reactive->process_request($data) ); }); } =head1 AUTHOR Rob