class Net::HTTP
Public Instance Methods
https!(uri)
click to toggle source
# File lib/obtainer/http.rb, line 2 def https! (uri) @use_ssl = (uri.scheme == 'https') self end
# File lib/obtainer/http.rb, line 2 def https! (uri) @use_ssl = (uri.scheme == 'https') self end