1=begin
2
3= net/https -- SSL/TLS enhancement for Net::HTTP.
4
5  This file has been merged with net/http.  There is no longer any need to
6  require 'net/https' to use HTTPS.
7
8  See Net::HTTP for details on how to make HTTPS connections.
9
10== Info
11  'OpenSSL for Ruby 2' project
12  Copyright (C) 2001 GOTOU Yuuzou <gotoyuzo@notwork.org>
13  All rights reserved.
14
15== Licence
16  This program is licenced under the same licence as Ruby.
17  (See the file 'LICENCE'.)
18
19=end
20
21require 'net/http'
22require 'openssl'
23