The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.