Group
Extension

Matches 1

SlapbirdAPM-Agent-CGI ( R/RA/RAWLEYFOW/SlapbirdAPM-Agent-CGI-0.05.tar.gz, RAWLEYFOW, 2025; MetaCPAN )
SlapbirdAPM-Agent-CGI/lib/SlapbirdAPM/Agent/CGI.pm ( view source; MetaCPAN )
:Tee;
use IO::Pipe;
use Time::HiRes;
use HTTP::Request;
use HTTP::Response;
use System::Info;
use JSON;

$Carp::Internal{__PACKAGE__} = 1;

our $VERSION = '0.05';

my %request_headers;
our $cgi = CGI-
TTP::Request->new( POST => $uri );
    $sb_request->content_type('application/json');
    $sb_request->content( encode_json($slapbird_hash) );
    $sb_request->header( 'x-slapbird-apm' => $key );
    

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