The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

XML::RPC::UA::LWP - XML::RPC useragent, using LWP

SYNOPSIS

my $rpc = XML::RPC::Fast->new(
$uri,
ua => XML::RPC::UA::LWP->new(
ua => 'YourApp/0.1',
timeout => 3,
),
);

DESCRIPTION

Default syncronous useragent for XML::RPC::Fast

IMPLEMENTED METHODS

new

async = 0

call

SEE ALSO

COPYRIGHT & LICENSE

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.

AUTHOR

Mons Anderson, <mons@cpan.org>