Group
Extension

Matches 1

WebService-Async-Segment ( D/DE/DERIV/WebService-Async-Segment-0.001.tar.gz, DERIV, 2022; MetaCPAN )
WebService-Async-Segment/lib/WebService/Async/Segment.pm ( view source; MetaCPAN )
Async::HTTP;
use IO::Async::Loop;
use Scalar::Util qw(blessed);
use URI;
use JSON::MaybeUTF8 qw(encode_json_utf8 decode_json_utf8);
use Syntax::Keyword::Try;
use Log::Any qw($log);
use Time::Moment;

>POST(
        URI->new_abs($method, $self->base_uri),
        encode_json_utf8(\%args),
        content_type => 'application/json',
        %{$self->basic_authentication},
    )->then(
        sub {

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