NAME
App::PAIA::Agent - HTTP client wrapper
VERSION
version 0.11
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
. - verbose
-
enables output of request and response.
- quiet
-
disables output of HTTP method and URL before each request.
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.