XML::RPC::UA::AnyEventSync
Syncronous XML::RPC useragent, using AnyEvent::HTTP
- Provided by: libxml-rpc-fast-perl (Version: 0.8-1)
- Report a bug
Syncronous XML::RPC useragent, using AnyEvent::HTTP
use XML::RPC::Fast;
use XML::RPC::UA::AnyEventSync;
my $rpc = XML::RPC::Fast->new(
$uri,
ua => XML::RPC::UA::AnyEventSync->new(
ua => 'YourApp/0.1',
timeout => 3,
),
);
Syncronous useragent for XML::RPC::Fast. Couldn't be used in any AnyEvent application since using condvar->recv in every call.
Base class (also contains documentation)
Asyncronous UA using AnyEvent
DBI of event-loop programming
HTTP-client using AnyEvent