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

NAME

6       URI::icaps - URI scheme for ICAPS Identifiers
7

VERSION

9       Version 5.20
10

SYNOPSIS

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

DESCRIPTION

17       This module implements the "icaps:" 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::icap and overrides the
24       securesecure> method.
25
26   secure
27       returns 1 as icaps is a secure protocol
28

DIAGNOSTICS

30       See URI::icap
31

CONFIGURATION AND ENVIRONMENT

33       See URI::icap
34

DEPENDENCIES

36       None
37

INCOMPATIBILITIES

39       None reported
40

BUGS AND LIMITATIONS

42       See URI::icap
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::icaps(3)
Impressum