module HTTPClient::Util

def http?(uri)

def http?(uri)
  uri.scheme && uri.scheme.downcase == 'http'
end