The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AnyEvent::RPC::Enc::REST - XML Encoder for AE::RPC

DESCRIPTION

Uses XML <-> HASH structures like provided by XML::Hash::LX

SYNOPSIS

    use AnyEvent::RPC;
    
    my $rpc = AnyEvent::RPC->new(
        ...
        type => 'REST', # or type => '+AnyEvent::RPC::Enc::REST',
    )