|
NAMEXML::RPC::UA::Curl - XML::RPC useragent, using CurlSYNOPSISuse XML::RPC::Fast; use XML::RPC::UA::Curl; my $rpc = XML::RPC::Fast->new( $uri, ua => XML::RPC::UA::Curl->new( ua => 'YourApp/0.1', timeout => 3, ), ); DESCRIPTIONDefault syncronous useragent for XML::RPC::FastIMPLEMENTED METHODSnewasync = 0callSEE ALSO
COPYRIGHT & LICENSECopyright (c) 2008-2011 Mons Anderson, Andrii Kostenko.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHORMons Anderson, "<mons@cpan.org>", Andrii Kostenko "<andrey@kostenko.name>"
Visit the GSP FreeBSD Man Page Interface. |