⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
perl5
/
URI
/
View File Name :
icap.pm
package URI::icap; use strict; use warnings; use base qw(URI::http); our $VERSION = '5.28'; sub default_port { return 1344 } 1; __END__ =head1 NAME URI::icap - URI scheme for ICAP Identifiers =head1 VERSION Version 5.20 =head1 SYNOPSIS use URI::icap; my $uri = URI->new('icap://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
default_port> method. =head2 default_port The default port for icap servers is 1344 =head1 DIAGNOSTICS See L
=head1 CONFIGURATION AND ENVIRONMENT See L
and 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.