NAME
URI::Coralize - Create a URI
that uses the CoralCDN
SYNOPSIS
use URI;
use URI::Coralize;
my $uri = URI->new('http://example.com:8080/test/');
$uri = $uri->coralize; # http://example.com.8080.nyud.net/test/
DESCRIPTION
URI::Coralize
allows a URI
to be created that will use the Coral Content Distribution Network (CoralCDN).
It adds the following method to the URI
namespace:
METHODS
coralize
$uri = $uri->coralize
Creates a new URI
object that directs the request through the CoralCDN.
For efficiency reasons, if the URI
is unchanged, a reference to the original is returned instead of a copy.
SEE ALSO
REQUESTS AND BUGS
Please report any bugs or feature requests to http://rt.cpan.org/Public/Bug/Report.html?Queue=URI-Coralize. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc URI::Coralize
You can also look for information at:
GitHub Source Repository
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/Public/Dist/Display.html?Name=URI-Coralize
Search CPAN
COPYRIGHT AND LICENSE
Copyright (C) 2009 gray <gray at cpan.org>, all rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
gray, <gray at cpan.org>