NAME
WebService::Async::UserAgent::NaHTTP - make requests using Net::Async::HTTP
VERSION
version 0.006
DESCRIPTION
Provides a "request" method which will use Net::Async::HTTP to make requests and return a Future containing the result. Used internally by WebService::Async::UserAgent.
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.
INHERITED METHODS
AUTHOR
Tom Molesworth <TEAM@cpan.org>
LICENSE
Copyright Tom Molesworth 2012-2015. Licensed under the same terms as Perl itself.