[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / lib / net / https.rb
blob0f23e1fb135d385d0551fb9a934eff6627d4d7f4
1 # frozen_string_literal: true
2 =begin
4 = net/https -- SSL/TLS enhancement for Net::HTTP.
6   This file has been merged with net/http.  There is no longer any need to
7   require 'net/https' to use HTTPS.
9   See Net::HTTP for details on how to make HTTPS connections.
11 == Info
12   'OpenSSL for Ruby 2' project
13   Copyright (C) 2001 GOTOU Yuuzou <gotoyuzo@notwork.org>
14   All rights reserved.
16 == Licence
17   This program is licensed under the same licence as Ruby.
18   (See the file 'LICENCE'.)
20 =end
22 require_relative 'http'
23 require 'openssl'