PHP 8.2.31
Preview: https.rb Size: 581 B
//proc/thread-self/root/opt/alt/ruby21/lib64/ruby/2.1.0/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 31555 2011-05-13 20:03:21Z drbrain $
#
# See URI for general documentation
#

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
    # A Default port of 443 for URI::HTTPS
    DEFAULT_PORT = 443
  end
  @@schemes['HTTPS'] = HTTPS
end

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
36.01 KB lrw-r--r-- 2013-12-13 23:22:41
Edit Download
6.76 KB lrw-r--r-- 2013-04-09 00:29:54
Edit Download
38.18 KB lrw-r--r-- 2015-03-09 13:00:13
Edit Download
2.79 KB lrw-r--r-- 2016-03-29 12:09:08
Edit Download
581 B lrw-r--r-- 2011-05-13 20:03:21
Edit Download
5.74 KB lrw-r--r-- 2011-05-13 20:03:21
Edit Download
470 B lrw-r--r-- 2011-05-13 20:03:21
Edit Download
7.05 KB lrw-r--r-- 2012-01-23 08:12:52
Edit Download

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