NAME

URI::icap - URI scheme for ICAP Identifiers

VERSION

Version 0.07

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. This module inherits the behaviour of URI::http, and over-rides the default_port method

SUBROUTINES/METHODS

default_port

The default port for icap servers is 1344

AUTHOR

David Dick, <ddick at cpan.org>

DIAGNOSTICS

See URI

CONFIGURATION AND ENVIRONMENT

See URI

DEPENDENCIES

URI::icap requires the following non-core modules

URI::http

INCOMPATIBILITIES

None reported

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-uri-icap at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=URI-icap. 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::icap

You can also look for information at:

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.