| XML::RPC::UA::LWP(3pm) | User Contributed Perl Documentation | XML::RPC::UA::LWP(3pm) |
XML::RPC::UA::LWP - XML::RPC useragent, using LWP
use XML::RPC::Fast;
use XML::RPC::UA::LWP;
my $rpc = XML::RPC::Fast->new(
$uri,
ua => XML::RPC::UA::LWP->new(
ua => 'YourApp/0.1',
timeout => 3,
),
);
Default syncronous useragent for XML::RPC::Fast
Base class (also contains documentation)
Copyright (c) 2008-2009 Mons Anderson.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Mons Anderson, "<mons@cpan.org>"
| 2022-06-28 | perl v5.34.0 |