XML::RPC::UA::AnyEvent - XML::RPC useragent, using AnyEvent::HTTP
Contents
Description
Asyncronous useragent for XML::RPC::Fast. Could be used in any AnyEvent application.
Implemented Methods
newasync=1call
Name
XML::RPC::UA::AnyEvent - XML::RPC useragent, using AnyEvent::HTTP
See Also
• XML::RPC::UA
Base class (also contains documentation)
• XML::RPC::UA::AnyEventSync
Syncronous UA using AnyEvent
• AnyEvent
DBI of event-loop programming
• AnyEvent::HTTP
HTTP-client using AnyEvent
perl v5.34.0 2022-06-28 XML::RPC::UA::AnyEvent(3pm)
Synopsis
use XML::RPC::Fast;
use XML::RPC::UA::AnyEvent;
my $rpc = XML::RPC::Fast->new(
$uri,
ua => XML::RPC::UA::AnyEvent->new(
ua => 'YourApp/0.1',
timeout => 3,
),
);
