ASP4
view release on metacpan or search on metacpan
t/040-round2/020-api-in-handler.t view on Meta::CPAN
#!/usr/bin/perl -w
use strict;
use warnings 'all';
use Test::More 'no_plan';
use ASP4::API;
my $api = ASP4::API->new();
ok( my $res = $api->ua->get('/handlers/dev.api_inside_handler'), 'got res' );
#is $res->content => "Hello, World!\n", "res.content is correct";
( run in 1.440 second using v1.01-cache-2.11-cpan-39bf76dae61 )