WebService-Dropbox
view release on metacpan or search on metacpan
lib/WebService/Dropbox.pm view on Meta::CPAN
warn $dropbox->res->code;
warn $dropbox->res->header('ETag');
warn $dropbox->res->header('Content-Type');
warn $dropbox->res->header('Content-Length');
warn $dropbox->res->header('X-Dropbox-Request-Id');
warn $dropbox->res->as_string;
=head3 env_proxy
enable HTTP_PROXY, NO_PROXY
my $dropbox = WebService::Dropbox->new();
$dropbox->env_proxy;
=head3 debug
enable or disable debug mode
my $dropbox = WebService::Dropbox->new();
( run in 0.790 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )