The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

URI::icap - URI scheme for ICAP Identifiers

VERSION

Version 5.20

SYNOPSIS

    use URI::icap;

    my $uri = URI->new('icap://icap-proxy.example.com/');

DESCRIPTION

This module implements the icap: URI scheme defined in RFC 3507, for the Internet Content Adaptation Protocol.

SUBROUTINES/METHODS

This module inherits the behaviour of URI::http and overrides the default_portdefault_port> method.

default_port

The default port for icap servers is 1344

DIAGNOSTICS

See URI

CONFIGURATION AND ENVIRONMENT

See URI and URI

DEPENDENCIES

None

INCOMPATIBILITIES

None reported

BUGS AND LIMITATIONS

See URI

SEE ALSO

RFC 3507

AUTHOR

David Dick, <ddick at cpan.org>

LICENSE AND COPYRIGHT

Copyright 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.