# File lib/t/requestable.rb, line 32
      def protocol
        options['no-ssl'] ? 'http' : DEFAULT_PROTOCOL
      end