Method: HTTP::URI#https?

Defined in:
lib/http/uri.rb

#https?True, False

Returns:

  • (True)

    if URI is HTTPS

  • (False)

    otherwise



115
116
117
# File 'lib/http/uri.rb', line 115

def https?
  HTTPS_SCHEME == scheme
end