Sha256: 469422f05dc5540cd91e318b48300064c181b7fe300cb42c1a33141c8708fbcc

Contents?: true

Size: 594 Bytes

Versions: 170

Compression:

Stored size: 594 Bytes

Contents

# frozen_string_literal: false
# = 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.
#
# See Bundler::URI for general documentation
#

require_relative 'http'

module Bundler::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 Bundler::URI::HTTP.
  class HTTPS < HTTP
    # A Default port of 443 for Bundler::URI::HTTPS
    DEFAULT_PORT = 443
  end

  register_scheme 'HTTPS', HTTPS
end

Version data entries

170 entries across 170 versions & 4 rubygems

Version Path
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/vendor/uri/lib/uri/https.rb
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.23 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.23 lib/bundler/vendor/uri/lib/uri/https.rb
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.22 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.22 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.21 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.21 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.20 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.20 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.19 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.19 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.18 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.18 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.17 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.17 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.16 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.5.16 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.5.15 bundler/lib/bundler/vendor/uri/lib/uri/https.rb