Sha256: 380e92b193293442561a39b6ce3eeb22ea96430b1a383731a0f3e5581adc2bea

Contents?: true

Size: 589 Bytes

Versions: 59

Compression:

Stored size: 589 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
  @@schemes['HTTPS'] = HTTPS
end

Version data entries

59 entries across 59 versions & 4 rubygems

Version Path
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/bundler-2.3.5/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.27 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.27 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/bundler-2.3.5/lib/bundler/vendor/uri/lib/uri/https.rb
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/bundler-2.3.7/lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.26 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.26 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.25 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.25 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.24 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.24 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.23 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.23 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.22 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.22 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.21 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.21 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.20 bundler/lib/bundler/vendor/uri/lib/uri/https.rb
bundler-2.3.20 lib/bundler/vendor/uri/lib/uri/https.rb
rubygems-update-3.3.19 bundler/lib/bundler/vendor/uri/lib/uri/https.rb