1URI::icap(3)          User Contributed Perl Documentation         URI::icap(3)
2
3
4

NAME

6       URI::icap - URI scheme for ICAP Identifiers
7

VERSION

9       Version 5.20
10

SYNOPSIS

12           use URI::icap;
13
14           my $uri = URI->new('icap://icap-proxy.example.com/');
15

DESCRIPTION

17       This module implements the "icap:" URI scheme defined in RFC 3507
18       <http://tools.ietf.org/html/rfc3507>, for the Internet Content
19       Adaptation Protocol
20       <https://en.wikipedia.org/wiki/Internet_Content_Adaptation_Protocol>.
21

SUBROUTINES/METHODS

23       This module inherits the behaviour of URI::http and overrides the
24       default_portdefault_port> method.
25
26   default_port
27       The default port for icap servers is 1344
28

DIAGNOSTICS

30       See URI
31

CONFIGURATION AND ENVIRONMENT

33       See URI and URI
34

DEPENDENCIES

36       None
37

INCOMPATIBILITIES

39       None reported
40

BUGS AND LIMITATIONS

42       See URI
43

SEE ALSO

45       RFC 3507 <http://tools.ietf.org/html/rfc3507>
46

AUTHOR

48       David Dick, "<ddick at cpan.org>"
49
51       Copyright 2016 David Dick.
52
53       This program is free software; you can redistribute it and/or modify it
54       under the terms of either: the GNU General Public License as published
55       by the Free Software Foundation; or the Artistic License.
56
57       See <http://dev.perl.org/licenses/> for more information.
58
59
60
61perl v5.38.0                      2023-08-24                      URI::icap(3)
Impressum