Query: net::akamai
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::Akamai(3pm) User Contributed Perl Documentation Net::Akamai(3pm)NAMENet::Akamai - Utility to interface with Akamai's APISYNOPSISmy $data = new Net::Akamai::RequestData( email=>'my@email.com', user => 'myuser', pwd => 'mypass' ); $data->add_url('http://www.myurl.com'); $data->add_url('http://www.myurl.com/somethingelse'); my $ap = new Net::Akamai(req_data=>$data); my $res = $ap->purge; if (!$res->accepted) { die "$res"; } elsif ($res->warning) { warn "$res"; }DESCRIPTIONHandles akamai purge request of multiple URLs Patches welcome for extra functionality Attributes soap_version SOAP::Lite version proxy akamai purge proxy uri akamai purge uri soap SOAP::Lite object req_data Net::Akamai::RequestData object to hold data associated with an akamai request res_data Net::Akamai::ResponseData object holds data associated with an akamai response Methods purge initiate the purge requestTODOmore tests and doc support to read urls from file better error checking and failure reportingAUTHORJohn Goulah <jgoulah@cpan.org>CONTRIBUTORSAran Deltac <bluefeet@cpan.org>LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-12-22 Net::Akamai(3pm)
Related Man Pages |
---|
net::akamai(3pm) - debian |
net::akamai::responsedata(3pm) - debian |
net::bonjour(3pm) - debian |
net::jabber::loudmouth::proxy(3pm) - debian |
net::sftp::foreign::compat(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Purging script |
<AIX>Problem in purge script, taking very very long time to complete 18.30hrs |
find help with directory purge. |
Partition Resize / Creation |