class Excon::Connection

def https?

def https?
  @connection[:scheme] == 'https'
end