Sha256: 7061de0f3b9d4b5d4de78235559255a55d78db693b301a8bf5a8a5718164d6b0
Contents?: true
Size: 563 Bytes
Versions: 6
Compression:
Stored size: 563 Bytes
Contents
# frozen_string_literal: true =begin = net/https -- SSL/TLS enhancement for Gem::Net::HTTP. This file has been merged with net/http. There is no longer any need to require 'rubygems/net-http/lib/net/https' to use HTTPS. See Gem::Net::HTTP for details on how to make HTTPS connections. == Info 'OpenSSL for Ruby 2' project Copyright (C) 2001 GOTOU Yuuzou <gotoyuzo@notwork.org> All rights reserved. == Licence This program is licensed under the same licence as Ruby. (See the file 'LICENCE'.) =end require_relative 'http' require 'openssl'
Version data entries
6 entries across 6 versions & 1 rubygems