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

VERSION

version 0.26

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.

AUTHOR

Jakob Voß

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.