From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use HTTP::Request::Common qw/GET PUT POST DELETE/;
my $t = Kelp::Test->new(psgi => 't/test.psgi');
$t->request(GET '/say')->content_is("OK");
done_testing;