XML::RPC::UA(3pm) User Contributed Perl Documentation XML::RPC::UA(3pm)
NAME
XML::RPC::UA - Base class for XML::RPC UserAgent
SYNOPSIS
Generic usage
use XML::RPC::Fast;
my $client = XML::RPC::Fast->new(
$uri,
ua => XML::RPC::UA::LWP->new(
timeout => 10,
ua => 'YourApp/0.01', # default User-Agent http-header
),
);
METHODS
The following methods should be implemented
async ()
Should return true, if useragent is asyncronous, false otherwise
call ( $method, $uri, body => $body, headers => { http-headers }, cb => $cb->( $response ) );
Should process HTTP-request to $uri, using $method, passing $headers and $body, receive
response, and invoke $cb with HTTP::Response object
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 AT cpan.org>"
perl v5.20.2 2011-10-19 XML::RPC::UA(3pm)
Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2025-11-21 17:27 @216.73.216.164 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)