Searched defs:https (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm254 ':ssl' => [qw/https/],
2878 or (lc($protocol) eq 'https' && $port == 443);
3298 return ($vh =~ /:(\d+)$/)[0] || ($protocol eq 'https' ? 443 : 80);
3341 #### Method: https
3346 'https' => <<'END_OF_FUNC',
3347 sub https { subroutine
3363 # Return the protocol (http or https currently)
3369 return 'https' if uc($self->https()) eq 'ON';
3370 return 'https' i
[all...]

Completed in 50 milliseconds