Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../opt/alt/ruby27/share/ruby/net
File: https.rb
# frozen_string_literal: false
[0] Fix | Delete
=begin
[1] Fix | Delete
[2] Fix | Delete
= net/https -- SSL/TLS enhancement for Net::HTTP.
[3] Fix | Delete
[4] Fix | Delete
This file has been merged with net/http. There is no longer any need to
[5] Fix | Delete
require 'net/https' to use HTTPS.
[6] Fix | Delete
[7] Fix | Delete
See Net::HTTP for details on how to make HTTPS connections.
[8] Fix | Delete
[9] Fix | Delete
== Info
[10] Fix | Delete
'OpenSSL for Ruby 2' project
[11] Fix | Delete
Copyright (C) 2001 GOTOU Yuuzou <gotoyuzo@notwork.org>
[12] Fix | Delete
All rights reserved.
[13] Fix | Delete
[14] Fix | Delete
== Licence
[15] Fix | Delete
This program is licensed under the same licence as Ruby.
[16] Fix | Delete
(See the file 'LICENCE'.)
[17] Fix | Delete
[18] Fix | Delete
=end
[19] Fix | Delete
[20] Fix | Delete
require_relative 'http'
[21] Fix | Delete
require 'openssl'
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function