HEX
Server: Apache
System: Linux eisbus 6.8.12-9-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-9 (2025-03-16T19:18Z) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/863910/root/usr/share/perl5/URI/https.pm
package URI::https;

use strict;
use warnings;

our $VERSION = '5.17';

use parent 'URI::http';

sub default_port { 443 }

sub secure { 1 }

1;