Group
Extension

Matches 1

SlapbirdAPM-Agent-Plack ( R/RA/RAWLEYFOW/SlapbirdAPM-Agent-Plack-0.011.tar.gz, RAWLEYFOW, 2025; MetaCPAN )
SlapbirdAPM-Agent-Plack/lib/Plack/Middleware/SlapbirdAPM.pm ( view source; MetaCPAN )
 );
use Time::HiRes;
use Try::Tiny;
use Plack::Request;
use Plack::Response;
use Const::Fast;
use JSON::MaybeXS;
use LWP::UserAgent;
use Carp ();
use System::Info;
use Time::HiRes qw(time);
use Slapbi
PM_URI,
            'Content-Type'   => 'application/json',
            'x-slapbird-apm' => $self->key,
            Content          => encode_json( \%response )
        );

        if ( !$slapbird_re

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