Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
perl5 /
URI /
Delete
Unzip
Name
Size
Permission
Date
Action
file
[ DIR ]
drwxr-xr-x
2026-03-12 15:08
urn
[ DIR ]
drwxr-xr-x
2026-03-12 15:08
Escape.pm
7.73
KB
-rw-r--r--
2024-02-09 15:01
Heuristic.pm
6.37
KB
-rw-r--r--
2024-02-09 15:01
IRI.pm
794
B
-rw-r--r--
2024-02-09 15:01
QueryParam.pm
655
B
-rw-r--r--
2024-02-09 15:01
Split.pm
2.3
KB
-rw-r--r--
2024-02-09 15:01
URL.pm
5.36
KB
-rw-r--r--
2024-02-09 15:01
WithBase.pm
3.77
KB
-rw-r--r--
2024-02-09 15:01
_foreign.pm
107
B
-rw-r--r--
2024-02-09 15:01
_generic.pm
6.66
KB
-rw-r--r--
2024-02-09 15:01
_idna.pm
2.03
KB
-rw-r--r--
2024-02-09 15:01
_ldap.pm
3.17
KB
-rw-r--r--
2024-02-09 15:01
_login.pm
231
B
-rw-r--r--
2024-02-09 15:01
_punycode.pm
5.5
KB
-rw-r--r--
2024-02-09 15:01
_query.pm
4.52
KB
-rw-r--r--
2024-02-09 15:01
_segment.pm
416
B
-rw-r--r--
2024-02-09 15:01
_server.pm
3.79
KB
-rw-r--r--
2024-02-09 15:01
_userpass.pm
1.01
KB
-rw-r--r--
2024-02-09 15:01
data.pm
3.31
KB
-rw-r--r--
2024-02-09 15:01
file.pm
9.46
KB
-rw-r--r--
2024-02-09 15:01
ftp.pm
1.03
KB
-rw-r--r--
2024-02-09 15:01
geo.pm
10.5
KB
-rw-r--r--
2024-02-09 15:01
gopher.pm
2.37
KB
-rw-r--r--
2024-02-09 15:01
http.pm
425
B
-rw-r--r--
2024-02-09 15:01
https.pm
144
B
-rw-r--r--
2024-02-09 15:01
icap.pm
1.46
KB
-rw-r--r--
2024-02-09 15:01
icaps.pm
1.41
KB
-rw-r--r--
2024-02-09 15:01
ldap.pm
2.86
KB
-rw-r--r--
2024-02-09 15:01
ldapi.pm
440
B
-rw-r--r--
2024-02-09 15:01
ldaps.pm
144
B
-rw-r--r--
2024-02-09 15:01
mailto.pm
1.62
KB
-rw-r--r--
2024-02-09 15:01
mms.pm
125
B
-rw-r--r--
2024-02-09 15:01
news.pm
1.42
KB
-rw-r--r--
2024-02-09 15:01
nntp.pm
127
B
-rw-r--r--
2024-02-09 15:01
nntps.pm
144
B
-rw-r--r--
2024-02-09 15:01
pop.pm
1.18
KB
-rw-r--r--
2024-02-09 15:01
rlogin.pm
129
B
-rw-r--r--
2024-02-09 15:01
rsync.pm
207
B
-rw-r--r--
2024-02-09 15:01
rtsp.pm
125
B
-rw-r--r--
2024-02-09 15:01
rtspu.pm
126
B
-rw-r--r--
2024-02-09 15:01
sftp.pm
98
B
-rw-r--r--
2024-02-09 15:01
sip.pm
1.63
KB
-rw-r--r--
2024-02-09 15:01
sips.pm
143
B
-rw-r--r--
2024-02-09 15:01
snews.pm
172
B
-rw-r--r--
2024-02-09 15:01
ssh.pm
175
B
-rw-r--r--
2024-02-09 15:01
telnet.pm
128
B
-rw-r--r--
2024-02-09 15:01
tn3270.pm
128
B
-rw-r--r--
2024-02-09 15:01
urn.pm
2.03
KB
-rw-r--r--
2024-02-09 15:01
Save
Rename
package URI::icap; use strict; use warnings; use base qw(URI::http); our $VERSION = '5.27'; 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<icap:> URI scheme defined in L<RFC 3507|http://tools.ietf.org/html/rfc3507>, for the L<Internet Content Adaptation Protocol|https://en.wikipedia.org/wiki/Internet_Content_Adaptation_Protocol>. =head1 SUBROUTINES/METHODS This module inherits the behaviour of L<URI::http|URI::http> and overrides the L<default_port|URI#$uri->default_port> method. =head2 default_port The default port for icap servers is 1344 =head1 DIAGNOSTICS See L<URI|URI> =head1 CONFIGURATION AND ENVIRONMENT See L<URI|URI#CONFIGURATION-VARIABLES> and L<URI|URI#ENVIRONMENT-VARIABLES> =head1 DEPENDENCIES None =head1 INCOMPATIBILITIES None reported =head1 BUGS AND LIMITATIONS See L<URI|URI#BUGS> =head1 SEE ALSO L<RFC 3507|http://tools.ietf.org/html/rfc3507> =head1 AUTHOR David Dick, C<< <ddick at cpan.org> >> =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<http://dev.perl.org/licenses/> for more information.