HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67301310 (67301310)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //usr/share/perl5/URI/https.pm
package URI::https;

use strict;
use warnings;

our $VERSION = '5.08';

use parent 'URI::http';

sub default_port { 443 }

sub secure { 1 }

1;