index
:
xxv
master
Xtreme eXtension for VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
URI
/
https.pm
blob: c39c67b5ec3bf30c39514b5cd0bd16598164eb42 (
plain
)
1
2
3
4
5
6
7
package URI::https; require URI::http; @ISA=qw(URI::http); sub default_port { 443 } 1;