URI::icaps - URI scheme for ICAPS Identifiers

NAME  VERSION  SYNOPSIS  DESCRIPTION  SUBROUTINES/METHODS  secure  DIAGNOSTICS  CONFIGURATION AND ENVIRONMENT  DEPENDENCIES  INCOMPATIBILITIES  BUGS AND LIMITATIONS  SEE ALSO  AUTHOR  LICENSE AND COPYRIGHT 

NAME

URI::icaps − URI scheme for ICAPS Identifiers

VERSION

Version 5.20

SYNOPSIS

use URI::icaps;
my $uri = URI−>new('icaps://icap−proxy.example.com/');

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>.

SUBROUTINES/METHODS

This module inherits the behaviour of URI::icap and overrides the securesecure> method.

secure

returns 1 as icaps is a secure protocol

DIAGNOSTICS

See URI::icap

CONFIGURATION AND ENVIRONMENT

See URI::icap

DEPENDENCIES

None

INCOMPATIBILITIES

None reported

BUGS AND LIMITATIONS

See URI::icap

SEE ALSO

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

AUTHOR

David Dick, "<ddick at cpan.org>"

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.


Updated 2024-01-29 - jenkler.se | uex.se