Returns:
if URI is HTTPS
otherwise
115 116 117
# File 'lib/http/uri.rb', line 115 def https? HTTPS_SCHEME == scheme end