⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.177
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
.cpan
/
build
/
URI-5.28-0
/
blib
/
lib
/
URI
/
View File Name :
icaps.pm
package URI::icaps; use strict; use warnings; use base qw(URI::icap); our $VERSION = '5.28'; sub secure { return 1 } 1; __END__ =head1 NAME URI::icaps - URI scheme for ICAPS Identifiers =head1 VERSION Version 5.20 =head1 SYNOPSIS use URI::icaps; my $uri = URI->new('icaps://icap-proxy.example.com/'); =head1 DESCRIPTION This module implements the C
URI scheme defined in L
, for the L
. =head1 SUBROUTINES/METHODS This module inherits the behaviour of L
and overrides the L
secure> method. =head2 secure returns 1 as icaps is a secure protocol =head1 DIAGNOSTICS See L
=head1 CONFIGURATION AND ENVIRONMENT See L
=head1 DEPENDENCIES None =head1 INCOMPATIBILITIES None reported =head1 BUGS AND LIMITATIONS See L
=head1 SEE ALSO L
=head1 AUTHOR David Dick, C<<
>> =head1 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 L
for more information.