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

NAME

WebService::Amazon::DynamoDB::LWP - make requests using LWP::UserAgent

VERSION

version 0.001

DESCRIPTION

Provides a "request" method which will use LWP::UserAgent to make requests and return a Future containing the result. Used internally by WebService::Amazon::DynamoDB.

new

Instantiate.

request

Issues the request. Expects a single HTTP::Request object, and returns a Future which will resolve to the decoded response content on success, or the failure reason on failure.

ua

Returns the LWP::UserAgent instance.

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2012-2013. Licensed under the same terms as Perl itself.