Group
Extension

Matches 1

WWW-ELISA ( V/VP/VPEIL/WWW-ELISA-0.07.tar.gz, VPEIL, 2021; MetaCPAN )
WWW-ELISA/lib/WWW/ELISA.pm ( view source; MetaCPAN )
0.07';

use strict;
use warnings;
use Carp;
use Digest::MD5 qw( md5_hex );
use HTTP::Request;
use JSON::XS;
use LWP::UserAgent;
use Try::Tiny;

sub new {
    my $class = shift;
    my %args  = (endpoi
->header('Content-Type' => 'application/json');
        $req->content(encode_json($content));

        my $res = $ua->request($req);

        return decode_json($res->decoded_content);
    }
    catch

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