/WebService-Aria2-RPC

Repository for WebService::Aria2::RPC perl module

Primary LanguagePerl

NAME

WebService::Aria2::RPC - Control an aria2 instance via the RPC interface

SYNOPSIS

use WebService::Aria2::RPC::JSON;

my $aria2 = WebService::Aria2::RPC::JSON->new();

my $gid = $aria2->add_uri( 'http://example.com/file.tgz' );
$aria2->pause( $gid );

DESCRIPTION

Control an aria2 instance via the RPC interface.

See: http://aria2.sourceforge.net/manual/en/html/aria2c.html#rpc-interface

METHODS

TODO

AUTHOR

Danny Warren <danny@dannywarren.com>

COPYRIGHT

Copyright (c) 2015, "AUTHOR".

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.