WebService::Aria2::RPC - Control an aria2 instance via the RPC interface
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 );
Control an aria2 instance via the RPC interface.
See: http://aria2.sourceforge.net/manual/en/html/aria2c.html#rpc-interface
TODO
Danny Warren <danny@dannywarren.com>
Copyright (c) 2015, "AUTHOR".
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.