Sha256: b65d4eda28ef8e01e798eeed00341b5f65e4a64fd834c8dfecb21f86c6b5aa8a

Contents?: true

Size: 531 Bytes

Versions: 5

Compression:

Stored size: 531 Bytes

Contents

# frozen_string_literal: true
=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

5 entries across 5 versions & 2 rubygems

Version Path
es_cli-0.1.0 vendor/bundle/ruby/3.1.0/gems/net-http-0.6.0/lib/net/https.rb
net-http-0.6.0 lib/net/https.rb
net-http-0.5.0 lib/net/https.rb
net-http-0.4.1 lib/net/https.rb
net-http-0.4.0 lib/net/https.rb