logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Mons Anderson, "<mons@cpan.org>"

perl v5.34.0                                       2022-06-28                             XML::RPC::UA::LWP(3pm)

Description

       Default syncronous useragent for XML::RPC::Fast

Implemented Methods

newasync=0call

Name

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

See Also

       •   XML::RPC::UA

           Base class (also contains documentation)

       •   XML::RPC::UA::AnyEvent

Synopsis

           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,
               ),
           );

See Also