Sha256: 9bdd1db85c6f1d430159426517b586fdd2f3647c03d37b0e04069b40056b73d7

Contents?: true

Size: 532 Bytes

Versions: 9

Compression:

Stored size: 532 Bytes

Contents

# frozen_string_literal: false
=begin

= net/https -- SSL/TLS enhancement for Net::HTTP.

  This file has been merged with net/http.  There is no longer any need to
  require 'net/https' to use HTTPS.

  See 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

9 entries across 9 versions & 1 rubygems

Version Path
net-http-0.3.0.1 lib/net/https.rb
net-http-0.3.2 lib/net/https.rb
net-http-0.3.1 lib/net/https.rb
net-http-0.3.0 lib/net/https.rb
net-http-0.2.2 lib/net/https.rb
net-http-0.2.1.pre1 lib/net/https.rb
net-http-0.2.0 lib/net/https.rb
net-http-0.1.1 lib/net/https.rb
net-http-0.1.0 lib/net/https.rb