# File lib/httpclient/util.rb, line 116
    def https?(uri)
      uri.scheme.downcase == 'https'
    end