The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::PAIA::Agent - HTTP client wrapper

DESCRIPTION

This class implements a HTTP client by wrapping HTTP::Tiny. The client expects to send JSON on HTTP POST and to receive JSON as response content.

OPTIONS

insecure

disables verfiy_SSL.

logger

method that HTTP method and URL are send to before each request.

dumper

method that HTTP requests and responses are sent to.