|
NAMEURI::icap - URI scheme for ICAP Identifiers VERSIONVersion 5.20 SYNOPSIS use URI::icap;
my $uri = URI->new('icap://icap-proxy.example.com/');
DESCRIPTIONThis module implements the "icap:" URI scheme defined in RFC 3507 <http://tools.ietf.org/html/rfc3507>, for the Internet Content Adaptation Protocol <https://en.wikipedia.org/wiki/Internet_Content_Adaptation_Protocol>. SUBROUTINES/METHODSThis module inherits the behaviour of URI::http and overrides the default_portdefault_port> method. default_portThe default port for icap servers is 1344 DIAGNOSTICSSee URI CONFIGURATION AND ENVIRONMENTSee URI and URI DEPENDENCIESNone INCOMPATIBILITIESNone reported BUGS AND LIMITATIONSSee URI SEE ALSORFC 3507 <http://tools.ietf.org/html/rfc3507> AUTHORDavid Dick, "<ddick at cpan.org>" LICENSE AND COPYRIGHTCopyright 2016 David Dick. This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License. See <http://dev.perl.org/licenses/> for more information.
|