PHP 8.2.31
Preview: https.rb Size: 498 B
//proc/thread-self/root/opt/alt/ruby18/lib64/ruby/1.8/uri/https.rb

#
# = uri/https.rb
#
# Author:: Akira Yamada <akira@ruby-lang.org>
# License:: You can redistribute it and/or modify it under the same term as Ruby.
# Revision:: $Id: https.rb 11747 2007-02-15 02:41:45Z knu $
#

require 'uri/http'

module URI

  # The default port for HTTPS URIs is 443, and the scheme is 'https:' rather
  # than 'http:'. Other than that, HTTPS URIs are identical to HTTP URIs;
  # see URI::HTTP.
  class HTTPS < HTTP
    DEFAULT_PORT = 443
  end
  @@schemes['HTTPS'] = HTTPS
end

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
17.16 KB lrw-r--r-- 2007-12-10 09:31:55
Edit Download
5.13 KB lrw-r--r-- 2008-04-19 11:56:22
Edit Download
23.59 KB lrw-r--r-- 2011-05-20 22:29:17
Edit Download
2.59 KB lrw-r--r-- 2007-02-15 02:41:45
Edit Download
498 B lrw-r--r-- 2007-02-15 02:41:45
Edit Download
3.26 KB lrw-r--r-- 2007-02-12 23:01:19
Edit Download
286 B lrw-r--r-- 2008-04-15 09:41:47
Edit Download
6.53 KB lrw-r--r-- 2007-02-15 02:41:45
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).