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

NAME

Amazon::DynamoDB::NaHTTP

VERSION

version 0.35

DESCRIPTION

Provides a "request" method which will use Net::Async::HTTP 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 a Net::Async::HTTP instance.

NAME

Amazon::DynamoDB::NaHTTP - make requests using Net::Async::HTTP

AUTHORS

  • Rusty Conover <rusty@luckydinosaur.com>

  • Tom Molesworth <cpan@entitymodel.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Tom Molesworth, copyright (c) 2014 Lucky Dinosaur LLC. http://www.luckydinosaur.com.

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