NAME
Amazon::DynamoDB::LWP
VERSION
version 0.08
DESCRIPTION
Provides a "request" method which will use LWP::UserAgent to make requests and return a Future containing the result. Used internally by 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.
delay
Waits for a given interval of seconds.
Take the number of seconds to wait as a parameter. Used for retrying requests.
NAME
Amazon::DynamoDB::LWP - make requests using LWP::UserAgent
AUTHOR
Tom Molesworth <cpan@entitymodel.com> Rusty Conover <rusty@luckydinosaur.com>
LICENSE
Copyright Tom Molesworth 2012-2013. Licensed under the same terms as Perl itself. Copyright 2014 Lucky Dinosaur, LLC.
AUTHOR
Rusty Conover <rusty@luckydinosaur.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Rusty Conover.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.