URI::icaps(3pm) | User Contributed Perl Documentation | URI::icaps(3pm) |
URI::icaps - URI scheme for ICAPS Identifiers
Version 5.20
use URI::icaps; my $uri = URI->new('icaps://icap-proxy.example.com/');
This module implements the "icaps:" 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>.
This module inherits the behaviour of URI::icap and overrides the securesecure> method.
returns 1 as icaps is a secure protocol
See URI::icap
See URI::icap
None
None reported
See URI::icap
RFC 3507 <http://tools.ietf.org/html/rfc3507>
David Dick, "<ddick at cpan.org>"
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.
2024-02-14 | perl v5.38.2 |