URI::icaps - URI scheme for ICAPS Identifiers
Contents
Bugs And Limitations
See URI::icap
Configuration And Environment
See URI::icap
Dependencies
None
Description
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>.
Diagnostics
See URI::icap
Incompatibilities
None reported
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.
perl v5.40.0 2024-10-09 URI::icaps(3pm)
Name
URI::icaps - URI scheme for ICAPS Identifiers
See Also
RFC 3507 <http://tools.ietf.org/html/rfc3507>
Subroutines/Methods
This module inherits the behaviour of URI::icap and overrides the securesecure> method.
secure
returns 1 as icaps is a secure protocol
Synopsis
use URI::icaps;
my $uri = URI->new('icaps://icap-proxy.example.com/');
Version
Version 5.20
