XML::RPC::UA::AnyEvent(3pm) | User Contributed Perl Documentation | XML::RPC::UA::AnyEvent(3pm) |
XML::RPC::UA::AnyEvent - XML::RPC useragent, using AnyEvent::HTTP
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, ), );
Asyncronous useragent for XML::RPC::Fast. Could be used in any AnyEvent application.
Base class (also contains documentation)
Syncronous UA using AnyEvent
DBI of event-loop programming
HTTP-client using AnyEvent
2011-11-11 | perl v5.20.2 |