XML::RPC::UA - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS METHODS AUTHOR
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>"


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 08:05 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top